From 950e2ef11a93d4c329a796a7693cc12f7b4aa221 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 29 Mar 2023 14:18:13 +0000 Subject: [PATCH] Update @ subvol name --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7b57a9c..320af78 100644 --- a/install.sh +++ b/install.sh @@ -63,7 +63,7 @@ sudo swapon $swapName sudo mount $rootName /mnt # Create Subvolumes -sudo btrfs subvolume create /mnt/@ +sudo btrfs subvolume create /mnt/@root sudo btrfs subvolume create /mnt/@home # Unmount root