Commit 6d95f8c3 authored by Michael Shigorin's avatar Michael Shigorin

branding, plymouth: rescue is stage2 too

I don't think we're gonna like plymouth over rescue image anytime soon, especially when it hides the moment when shell pops up somewhere under it without startup-rescue caring to remove the splash. So let's put that $(INSTALL2_BRANDING) into proper stage2 flavours only and avoid choking on missing plymouth as well.
parent f044f587
IMAGE_PACKAGES_REGEXP += $(call branding,$(INSTALL2_BRANDING))
IMAGE_PACKAGES_REGEXP += $(call branding, \
$(STAGE2_BRANDING) $(INSTALL2_BRANDING))
IMAGE_PACKAGES_REGEXP += $(call branding,$(THE_BRANDING))
IMAGE_PACKAGES_REGEXP += $(call branding, \
$(THE_BRANDING) $(STAGE2_BRANDING))
IMAGE_PACKAGES_REGEXP += $(call branding,$(STAGE2_BRANDING))
......@@ -6,4 +6,5 @@ if [ -f "$CONFIG" ]; then
grep -q '^Theme=' "$CONFIG" || sed -i 's/#\([T\[]\)/\1/' "$CONFIG"
fi
cp -a /usr/share/plymouth/default-install-duration /var/lib/plymouth/boot-duration
cp -a /usr/share/plymouth/default-install-duration \
/var/lib/plymouth/boot-duration ||:
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