Trying to figure why this won't work!!!

This commit is contained in:
Luke Else 2025-03-21 01:32:22 +00:00
parent 679757e6f9
commit 930f93b68d

View File

@ -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