From d73eafd7cde9a9fcbad1fa2bd9ad378d19370d5a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 8 May 2022 14:10:32 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2752598..57529fc 100644 --- a/install.sh +++ b/install.sh @@ -59,7 +59,7 @@ sudo vgcreate lvm /dev/mapper/crypt-root sudo lvcreate --size $ramTotal --name swap lvm sudo lvcreate --extents 100%FREE --name root lvm -sudo cryptsetup config $rootName --label root +sudo cryptsetup config $rootName --label luks sudo mkswap /dev/lvm/swap # swap partition sudo mkfs.btrfs -L root /dev/lvm/root # /root partition