From 5ded5b7dffacc54ed3d71f996c1af8ecf3bd498f Mon Sep 17 00:00:00 2001 From: git Date: Fri, 28 Jun 2024 11:43:11 +0200 Subject: [PATCH] Afterchroot bios update, fix --- artix_scripts/after-chroot.sh | 1 - 1 file changed, 1 deletion(-) 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