Trying different permutations to get isntallation to work

This commit is contained in:
Luke Else 2025-03-21 00:58:21 +00:00
parent 681a0706f1
commit c35583ca3a

View File

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