diff --git a/install.sh b/install.sh index 1a5e8f1..453ad48 100644 --- a/install.sh +++ b/install.sh @@ -148,8 +148,7 @@ sed -i 's/#\(GRUB_ENABLE_CRYPTODISK=y\)/\1/' /mnt/etc/default/grub sed -i -e "s,quiet,quiet cryptdevice=UUID=$UUID:cryptroot root=$BTRFS,g" /mnt/etc/default/grub sed -i -e "s#root=/dev/mapper/cryptroot#oot=/dev/mapper/cryptroot lsm=lockdown,yama,apparmor,bpf#g" /mnt/etc/default/grub echo "" >> /mnt/etc/default/grub -echo "# Booting with BTRFS subvolume" >> /mnt/etc/default/grub -echo "GRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION=true" >> /mnt/etc/default/grub +echo -e "# Booting with BTRFS subvolume\nGRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION=true" >> /mnt/etc/default/grub # Configuring the system. arch-chroot /mnt /bin/bash -e <