From 03898ea972794117607791260e8715460f5c9469 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 29 May 2026 11:18:12 +0100 Subject: Revert "refactor(boot): drop linux-hardened-fallback UKI" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- etc/mkinitcpio.d/linux-hardened.preset | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- cgit v1.3.1