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.
This commit is contained in:
parent
f044f58775
commit
6d95f8c370
@ -1 +1,2 @@
|
||||
IMAGE_PACKAGES_REGEXP += $(call branding,$(INSTALL2_BRANDING))
|
||||
IMAGE_PACKAGES_REGEXP += $(call branding, \
|
||||
$(STAGE2_BRANDING) $(INSTALL2_BRANDING))
|
||||
|
@ -1 +1,2 @@
|
||||
IMAGE_PACKAGES_REGEXP += $(call branding,$(THE_BRANDING))
|
||||
IMAGE_PACKAGES_REGEXP += $(call branding, \
|
||||
$(THE_BRANDING) $(STAGE2_BRANDING))
|
||||
|
@ -1 +0,0 @@
|
||||
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 ||:
|
||||
|
Loading…
x
Reference in New Issue
Block a user