regular.mk: rescue uses sysvinit

...now explicitly.

The problem started with systemd being tossed in but was ignored
for some time -- until systemd-221-alt1 gained X11 dependency
through /etc/X11/xinit.d/ script and triggered the libX11 test
that breaks regular-rescue.iso build.

pam_systemd and systemd-services still get in (and can be removed
by hand with nothing else requiring those).
This commit is contained in:
Michael Shigorin 2015-06-29 17:24:15 +03:00
parent 30d38381a3
commit 5b6a8f96d7

View File

@ -193,7 +193,7 @@ distro/regular-rescue: distro/.regular-base use/rescue/rw use/luks \
use/branding use/efi/refind use/efi/shell use/efi/memtest86 \ use/branding use/efi/refind use/efi/shell use/efi/memtest86 \
use/hdt use/syslinux/ui/menu use/syslinux/timeout/600 \ use/hdt use/syslinux/ui/menu use/syslinux/timeout/600 \
use/syslinux/rescue_fm.cfg use/syslinux/rescue_remote.cfg \ use/syslinux/rescue_fm.cfg use/syslinux/rescue_remote.cfg \
use/mediacheck test/rescue/no-x11 +wireless use/mediacheck test/rescue/no-x11 +wireless +sysvinit
@$(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)