Trying different permutations to get isntallation to work
This commit is contained in:
parent
681a0706f1
commit
c35583ca3a
@ -20,11 +20,11 @@ parted $DISK -- set 3 esp on
|
||||
cryptsetup luksFormat ${DISK}1
|
||||
cryptsetup open ${DISK}1 root
|
||||
|
||||
# Now format the encrypted partition
|
||||
mkfs.ext4 /dev/mapper/root
|
||||
# # Now format the encrypted partition
|
||||
# mkfs.ext4 /dev/mapper/root
|
||||
|
||||
# Mount the partitions
|
||||
mount /dev/mapper/root /mnt
|
||||
# # Mount the partitions
|
||||
# mount /dev/mapper/root /mnt
|
||||
|
||||
# Format
|
||||
mkfs.ext4 -L nixos ${DISK}1
|
||||
|
Loading…
x
Reference in New Issue
Block a user