diff --git a/artix_scripts/after-chroot.sh b/artix_scripts/after-chroot.sh index 2f15efd..b33d467 100755 --- a/artix_scripts/after-chroot.sh +++ b/artix_scripts/after-chroot.sh @@ -24,7 +24,6 @@ dd if=/dev/random of=/crypto_keyfile.bin bs=512 count=8 iflag=fullblock && \ chmod 000 /crypto_keyfile.bin && \ sed -i "s/FILES=(/FILES=(\/crypto_keyfile.bin/g" /etc/mkinitcpio.conf && \ pacman -S lvm2 lvm2-openrc cryptsetup cryptsetup-openrc && \ -cryptsetup luksAddKey $DISK\2 /crypto_keyfile.bin if [ $BIOSorEFI == "EFI" ]; then cryptsetup luksAddKey $DISK\2 /crypto_keyfile.bin else