From 3a8a2b7ec7f55e8ad6e27a41f4d4c173c9780261 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Wed, 14 Apr 2021 17:07:38 +0200 Subject: [PATCH] Update easy-arch.sh --- easy-arch.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 139ec79..5577405 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -144,7 +144,6 @@ sed -i -e 's,modconf block filesystems keyboard,keyboard keymap modconf block en # Enabling LUKS in GRUB, setting up the UUID of the LUKS container and enabling boot on BTRFS. UUID=$(blkid $Cryptroot | cut -f2 -d'"') sed -i -e "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 echo -e "# Booting with BTRFS subvolume\nGRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION=true" >> /mnt/etc/default/grub # Adding keyfile to the initramfs to avoid double password.