diff --git a/debian.sh b/debian.sh index 750ed74..48775e9 100755 --- a/debian.sh +++ b/debian.sh @@ -408,7 +408,8 @@ bootloader() { else ROOT_MAPPER_NAME="$3" ROOT_NAME="$2" - plymouth-set-default-theme -r + #plymouth-set-default-theme -r + /sbin/plymouth-set-default-theme spacefun --rebuild-initrd echo "$ROOT_MAPPER_NAME UUID=$(/sbin/blkid | grep $BTRFS | cut -d '"' -f2) none luks" >/etc/crypttab if [ "$AUTO_DECRYPT" == "True" ]; then decryptBoot "${BTRFS}"