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 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 /dev/mapper/root
|
# mkfs.ext4 /dev/mapper/root
|
||||||
|
|
||||||
# Mount the partitions
|
# # Mount the partitions
|
||||||
mount /dev/mapper/root /mnt
|
# mount /dev/mapper/root /mnt
|
||||||
|
|
||||||
# Format
|
# Format
|
||||||
mkfs.ext4 -L nixos ${DISK}1
|
mkfs.ext4 -L nixos ${DISK}1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user