Lines 234-250
distro/regular-kde5: distro/.regular-desktop \
Link Here
|
234 |
# which will change propagator's behaviour to probe additional |
234 |
# which will change propagator's behaviour to probe additional |
235 |
# filesystems (ro but no loop) thus potentially writing to |
235 |
# filesystems (ro but no loop) thus potentially writing to |
236 |
# an unrecovered filesystem's journal |
236 |
# an unrecovered filesystem's journal |
237 |
distro/regular-rescue: distro/.regular-base use/rescue/rw use/luks \ |
237 |
mixin/regular-rescue: use/rescue use/isohybrid use/luks use/branding \ |
238 |
use/branding use/efi/refind use/efi/shell use/efi/memtest86 \ |
238 |
use/syslinux/ui/menu use/syslinux/timeout/600 \ |
239 |
use/hdt use/syslinux/ui/menu use/syslinux/timeout/600 \ |
239 |
use/firmware/qlogic test/rescue/no-x11 +sysvinit; @: |
240 |
use/syslinux/rescue_fm.cfg use/syslinux/rescue_remote.cfg \ |
240 |
|
241 |
use/firmware/qlogic use/mediacheck test/rescue/no-x11 \ |
241 |
distro/regular-rescue: distro/.regular-base mixin/regular-rescue \ |
242 |
+wireless +sysvinit |
242 |
use/rescue/rw use/efi/refind use/efi/shell use/efi/memtest86 \ |
|
|
243 |
use/hdt use/syslinux/rescue_fm.cfg use/syslinux/rescue_remote.cfg \ |
244 |
use/mediacheck +wireless |
243 |
@$(call set,KFLAVOURS,un-def) |
245 |
@$(call set,KFLAVOURS,un-def) |
244 |
@$(call add,RESCUE_PACKAGES,gpm livecd-net-eth) |
246 |
@$(call add,RESCUE_PACKAGES,gpm livecd-net-eth) |
245 |
@$(call add,RESCUE_LISTS,$(call tags,base && (smartcard || bench))) |
247 |
@$(call add,RESCUE_LISTS,$(call tags,base && (smartcard || bench))) |
246 |
@$(call add,RESCUE_LISTS,$(call tags,network security)) |
248 |
@$(call add,RESCUE_LISTS,$(call tags,network security)) |
247 |
|
249 |
|
|
|
250 |
distro/regular-rescue-netbootxyz: distro/.regular-bare mixin/regular-rescue |
251 |
@$(call set,RELNAME,en.altlinux.org/rescue (netboot.xyz edition)) |
252 |
@$(call set,META_VOL_ID,ALT Rescue) |
253 |
@$(call set,META_APP_ID,$(ARCH)) |
254 |
|
248 |
distro/regular-sysv-tde: distro/.regular-install-x11-full mixin/regular-tde |
255 |
distro/regular-sysv-tde: distro/.regular-install-x11-full mixin/regular-tde |
249 |
@$(call add,THE_LISTS,$(call tags,base desktop)) |
256 |
@$(call add,THE_LISTS,$(call tags,base desktop)) |
250 |
@$(call add,THE_LISTS,$(call tags,regular tde)) |
257 |
@$(call add,THE_LISTS,$(call tags,regular tde)) |
251 |
- |
|
|