diff --git a/debian.sh b/debian.sh index d83b6e2..be3b416 100755 --- a/debian.sh +++ b/debian.sh @@ -236,6 +236,7 @@ kernel-packages(){ bootloader() { mkdir /boot/grub/themes tar xf /etc/default/debian.tar -C /boot/grub/themes/ + plymouth-set-default-theme -R spacefun echo "root UUID=$(/sbin/blkid | grep $BTRFS | cut -d '"' -f2) none luks" > /etc/crypttab /sbin/update-initramfs -c -k all echo "GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"" >/etc/default/grub