diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-25 15:57:15 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-25 15:57:15 +0100 |
| commit | eb98d112d59e1568379dbcae35ea1d5331a4ba48 (patch) | |
| tree | 7c324bf55c228c4d87775d2aab69490ced24911a | |
| parent | e1f3a1eca908b9c0a9ef21cfa9dccd9826cb8eab (diff) | |
change boot addkeyfile command
| -rwxr-xr-x | nais | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ install_arch() { pacstrap -K /mnt base linux linux-firmware neovim neomutt wayland wayland-protocols wlroots xorg-xwayland git base-devel networkmanager btrfs-progs sudo grub dd if=/dev/random of=/mnt/etc/.bootkey bs=1024 count=4 - echo "$PASSWORD" | cryptsetup luksAddKey --key-file - /dev/mapper/boot /mnt/etc/.bootkey || exit + echo "$PASSWORD" | cryptsetup luksAddKey --key-file - "$boot" /mnt/etc/.bootkey || exit genfstab -U /mnt >> /mnt/etc/fstab || exit |