Commit 42905a7b authored by Michael Shigorin's avatar Michael Shigorin

live.mk, regular.mk: move plymouth to test mediacheck

It was observed in regular-gnustep-20150916-*.iso that mediacheck boot target sort of starts plymouth bootsplash when not intended to; let's plug this by moving +plymouth away to a test image *but* there are couple things with it: 1) supporting plymouth in mediacheck *might* be a good thing for distros proper -- this will likely require some support on bootsplash theme side either; 2) it's not enough to just drop @bootargs@ from syslinux.cfg snippet as the extra payload will still go in to no avail.
parent bf232c04
......@@ -105,7 +105,7 @@ distro/regular-wmaker: distro/.regular-sysv \
# gdm2.20 can reboot/halt with both sysvinit and systemd, and is slim
mixin/regular-gnustep: use/x11/gnustep use/x11/gdm2.20 use/mediacheck \
use/browser/firefox/classic +plymouth
use/browser/firefox/classic
@$(call add,THE_BRANDING,graphics)
distro/regular-gnustep: distro/.regular-sysv \
......
......@@ -8,7 +8,7 @@ distro/syslinux-noescape: distro/syslinux-auto use/syslinux/noescape.cfg; @:
distro/live-systemd: distro/.base use/live/base +systemd; @:
distro/live-plymouth: distro/.live-base use/plymouth/live; @:
distro/live-mediacheck: distro/.base use/mediacheck; @:
distro/live-mediacheck: distro/.base use/mediacheck +plymouth; @:
distro/live-testserver: distro/live-install use/server/mini
@$(call set,KFLAVOURS,std-def el-smp)
......
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