From 99925e67cd1641397e4a174b0b160c4192bb08d2 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Fri, 23 Apr 2021 02:59:10 -0400 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7887add..6d54361 100644 --- a/install.sh +++ b/install.sh @@ -109,7 +109,7 @@ mount -o ssd,noatime,space_cache,nodatacow,subvol=@/var_log $BTRFS /mnt/var/log chattr +C /mnt/var/log mkdir /mnt/boot/efi mount $ESP /mnt/boot/efi - +btrfs subvolume set-default $(btrfs subvolume list /mnt | grep "@/.snapshots/0/snapshot" | grep -oP '(?<=ID )[0-9]+') /mnt kernel_selector # Pacstrap (setting up a base sytem onto the new root).