From 930f93b68dfcc8f57d540f7689a1d5e4d27ad1cd Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 21 Mar 2025 01:32:22 +0000 Subject: [PATCH] Trying to figure why this won't work!!! --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 442cbf2..8133560 100644 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ cryptsetup luksFormat ${DISK}1 cryptsetup open ${DISK}1 root # Now format the encrypted partition -mkfs.ext4 -L nixos /dev/mapper/root +mkfs.ext4 /dev/mapper/root # Mount the partitions mount /dev/mapper/root /mnt