Trying to figure why this won't work!!!
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user