From 57d9e1d7bdfcee5d1549d432c9c99059416ce2ef Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 29 Jul 2024 13:43:04 -0700 Subject: [PATCH] Fix missing comment Closes https://github.com/TommyTran732/Arch-Setup-Script/issues/33 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9dd94be..292f9c7 100644 --- a/install.sh +++ b/install.sh @@ -409,7 +409,7 @@ echo '' >> /mnt/etc/default/grub echo '# Default to linux-hardened GRUB_DEFAULT="1>2" -Booting with BTRFS subvolume +# Booting with BTRFS subvolume GRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION=true' >> /mnt/etc/default/grub ## Disable root subvol pinning.