aboutsummaryrefslogtreecommitdiff
path: root/cryptinstall
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-09-04 16:44:34 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-09-04 16:44:34 +0200
commitbd2aa6dfa7eed386f83cdeb0ff2241bcaadf1f43 (patch)
tree244fc1d889b34343116d371ca433822952b5f26e /cryptinstall
parent8d2e60c85a9befe3b079cf71ffafcd7ca3f76a1e (diff)
crypto installations: use linux-hardened kernel
Diffstat (limited to 'cryptinstall')
-rwxr-xr-xcryptinstall2
1 files changed, 1 insertions, 1 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}"