aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcryptinstall2
-rwxr-xr-xcryptuefiinstall2
2 files changed, 2 insertions, 2 deletions
diff --git a/cryptinstall b/cryptinstall
index ac37f70..ec5d09b 100755
--- a/cryptinstall
+++ b/cryptinstall
@@ -71,7 +71,7 @@ mount /dev/mapper/boot_crypt /mnt/boot
rc-service ntpd start
basestrap /mnt base openrc elogind-openrc vim man ntp-openrc git
-basestrap /mnt linux linux-firmware
+basestrap /mnt linux-hardened linux-firmware
artix-chroot /mnt bash -c "curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/mkcryptartix | sh -s -- ${DRIVE} ${PART_PREFIX} ${TARGET}"
diff --git a/cryptuefiinstall b/cryptuefiinstall
index 9b8de4c..5f61243 100755
--- a/cryptuefiinstall
+++ b/cryptuefiinstall
@@ -75,7 +75,7 @@ mount ${PART_PREFIX}1 /mnt/boot/efi
rc-service ntpd start
basestrap /mnt base openrc elogind-openrc vim man ntp-openrc git
-basestrap /mnt linux linux-firmware
+basestrap /mnt linux-hardened linux-firmware
artix-chroot /mnt bash -c "curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/mkcryptuefi | sh -s -- ${DRIVE} ${PART_PREFIX} ${TARGET}"