This commit is contained in:
Your Name 2023-02-04 19:13:30 -07:00
parent c57dbbd1fd
commit 144aa9596c

View File

@ -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