Commit 5b6a8f96 authored by Michael Shigorin's avatar Michael Shigorin

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).
parent 30d38381
......@@ -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/hdt use/syslinux/ui/menu use/syslinux/timeout/600 \
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 add,RESCUE_PACKAGES,gpm livecd-net-eth)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment