diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-04 16:44:34 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-04 16:44:34 +0200 |
commit | bd2aa6dfa7eed386f83cdeb0ff2241bcaadf1f43 (patch) | |
tree | 244fc1d889b34343116d371ca433822952b5f26e | |
parent | 8d2e60c85a9befe3b079cf71ffafcd7ca3f76a1e (diff) |
crypto installations: use linux-hardened kernel
-rwxr-xr-x | cryptinstall | 2 | ||||
-rwxr-xr-x | cryptuefiinstall | 2 |
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}" |