You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
make-live/config/hooks/normal/02-plymouth-theme.hook.chroot

13 lines
274 B

#!/bin/sh
set -e
if [ -e /usr/sbin/plymouth-set-default-theme ]
then
if [ -e /usr/share/plymouth/themes/pureos/pureos.plymouth ]
then
# likely a GUI configuration, we want the nice PureOS splash
plymouth-set-default-theme pureos
fi
/usr/sbin/update-initramfs -u
fi