aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-29 11:18:12 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-29 11:18:12 +0100
commit03898ea972794117607791260e8715460f5c9469 (patch)
treebb87f0d108b1f38882bb0c00a5ac7ad973db8fca
parent0f8df9f0a7b6032861606c20712f750d7a1b5484 (diff)
downloaddotfiles-03898ea972794117607791260e8715460f5c9469.tar.gz
dotfiles-03898ea972794117607791260e8715460f5c9469.tar.bz2
dotfiles-03898ea972794117607791260e8715460f5c9469.zip
Revert "refactor(boot): drop linux-hardened-fallback UKI"
Keeping the fallback after all — leaves the door open to dropping the stock 'linux' package entirely once linux-hardened is proven as a daily driver. Without hardened-fallback, that future single-kernel config would have zero autodetect recovery path. This reverts commit c0c9183.
-rw-r--r--etc/mkinitcpio.d/linux-hardened.preset5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/mkinitcpio.d/linux-hardened.preset b/etc/mkinitcpio.d/linux-hardened.preset
index 554df61..92da91c 100644
--- a/etc/mkinitcpio.d/linux-hardened.preset
+++ b/etc/mkinitcpio.d/linux-hardened.preset
@@ -11,6 +11,9 @@
#ALL_config="/etc/mkinitcpio.conf"
ALL_kver="/boot/vmlinuz-linux-hardened"
-PRESETS=('default')
+PRESETS=('default' 'fallback')
default_uki="/boot/EFI/Linux/arch-linux-hardened.efi"
+
+fallback_uki="/boot/EFI/Linux/arch-linux-hardened-fallback.efi"
+fallback_options="-S autodetect"