regular.mk: initial rescue-netbootxyz flavour
This one has been split from regular rescue following discussion with Will Glynn; some hefty bits like UEFI support or an extra squashfs to check the image integrity aren't needed, so let's just build a slimmer ISO instead. Suggested-by: Will Glynn <will@willglynn.com> See-also: https://bugzilla.altlinux.org/33374
This commit is contained in:
parent
4321fefc60
commit
645f95f0a8
@ -234,17 +234,24 @@ distro/regular-kde5: distro/.regular-desktop \
|
|||||||
# which will change propagator's behaviour to probe additional
|
# which will change propagator's behaviour to probe additional
|
||||||
# filesystems (ro but no loop) thus potentially writing to
|
# filesystems (ro but no loop) thus potentially writing to
|
||||||
# an unrecovered filesystem's journal
|
# an unrecovered filesystem's journal
|
||||||
distro/regular-rescue: distro/.regular-base use/rescue/rw use/luks \
|
mixin/regular-rescue: use/rescue use/isohybrid use/luks use/branding \
|
||||||
use/branding use/efi/refind use/efi/shell use/efi/memtest86 \
|
use/syslinux/ui/menu use/syslinux/timeout/600 \
|
||||||
use/hdt use/syslinux/ui/menu use/syslinux/timeout/600 \
|
use/firmware/qlogic test/rescue/no-x11 +sysvinit; @:
|
||||||
use/syslinux/rescue_fm.cfg use/syslinux/rescue_remote.cfg \
|
|
||||||
use/firmware/qlogic use/mediacheck test/rescue/no-x11 \
|
distro/regular-rescue: distro/.regular-base mixin/regular-rescue \
|
||||||
+wireless +sysvinit
|
use/rescue/rw use/efi/refind use/efi/shell use/efi/memtest86 \
|
||||||
|
use/hdt use/syslinux/rescue_fm.cfg use/syslinux/rescue_remote.cfg \
|
||||||
|
use/mediacheck +wireless
|
||||||
@$(call set,KFLAVOURS,un-def)
|
@$(call set,KFLAVOURS,un-def)
|
||||||
@$(call add,RESCUE_PACKAGES,gpm livecd-net-eth)
|
@$(call add,RESCUE_PACKAGES,gpm livecd-net-eth)
|
||||||
@$(call add,RESCUE_LISTS,$(call tags,base && (smartcard || bench)))
|
@$(call add,RESCUE_LISTS,$(call tags,base && (smartcard || bench)))
|
||||||
@$(call add,RESCUE_LISTS,$(call tags,network security))
|
@$(call add,RESCUE_LISTS,$(call tags,network security))
|
||||||
|
|
||||||
|
distro/regular-rescue-netbootxyz: distro/.regular-bare mixin/regular-rescue
|
||||||
|
@$(call set,RELNAME,en.altlinux.org/rescue (netboot.xyz edition))
|
||||||
|
@$(call set,META_VOL_ID,ALT Rescue)
|
||||||
|
@$(call set,META_APP_ID,$(ARCH))
|
||||||
|
|
||||||
distro/regular-sysv-tde: distro/.regular-install-x11-full mixin/regular-tde
|
distro/regular-sysv-tde: distro/.regular-install-x11-full mixin/regular-tde
|
||||||
@$(call add,THE_LISTS,$(call tags,base desktop))
|
@$(call add,THE_LISTS,$(call tags,base desktop))
|
||||||
@$(call add,THE_LISTS,$(call tags,regular tde))
|
@$(call add,THE_LISTS,$(call tags,regular tde))
|
||||||
|
Loading…
Reference in New Issue
Block a user