aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnais2
1 files changed, 1 insertions, 1 deletions
diff --git a/nais b/nais
index e61b3ca..96947c8 100755
--- a/nais
+++ b/nais
@@ -81,7 +81,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
dd if=/dev/random of=/mnt/etc/.bootkey bs=1024 count=4
- echo "$PASSWORD" | cryptsetup luksAddKey --key-file - /mnt/etc/.bootkey
+ echo "$PASSWORD" | cryptsetup luksAddKey --key-file - /dev/mapper/boot /mnt/etc/.bootkey
genfstab -U /mnt >> /mnt/etc/fstab