Trying to figure why this won't work!!!
This commit is contained in:
parent
679757e6f9
commit
930f93b68d
@ -18,7 +18,7 @@ cryptsetup luksFormat ${DISK}1
|
|||||||
cryptsetup open ${DISK}1 root
|
cryptsetup open ${DISK}1 root
|
||||||
|
|
||||||
# Now format the encrypted partition
|
# Now format the encrypted partition
|
||||||
mkfs.ext4 -L nixos /dev/mapper/root
|
mkfs.ext4 /dev/mapper/root
|
||||||
|
|
||||||
# Mount the partitions
|
# Mount the partitions
|
||||||
mount /dev/mapper/root /mnt
|
mount /dev/mapper/root /mnt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user