diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-25 17:44:45 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-25 17:44:45 +0100 |
| commit | 33f67e0414ef122dcf0296977964360437d50baa (patch) | |
| tree | b833ebc51f1a26f681a33ed09f7ca7281348c006 | |
| parent | 048ad813679b0934932f37ce81bd24531d521127 (diff) | |
remove auto accept of luks
| -rwxr-xr-x | nais | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,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 efibootmgr dd if=/dev/random of=/mnt/etc/.bootkey bs=1024 count=4 - printf "%s\nYES\n" "$PASSWORD" | cryptsetup luksAddKey "$boot" /mnt/etc/.bootkey || exit + printf "%s\n" "$PASSWORD" | cryptsetup luksAddKey "$boot" /mnt/etc/.bootkey || exit genfstab -U /mnt >> /mnt/etc/fstab || exit |