From 40d8c2dafcafd5e0aaaba8ccae311a8070a1cac0 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 12 Jun 2022 13:58:07 +0000 Subject: [PATCH] Uncomment label command as it may be causing issues. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e6db3e4..fb649d7 100644 --- a/install.sh +++ b/install.sh @@ -75,7 +75,7 @@ fi sudo lvcreate -l '100%FREE' -n root lvm -sudo btrfs filesystem label $rootName luks +# sudo btrfs filesystem label $rootName luks # sudo cryptsetup config $rootName --label luks sudo mkswap /dev/lvm/swap # swap partition