diff options
| author | 2026-05-29 11:18:12 +0100 | |
|---|---|---|
| committer | 2026-05-29 11:18:12 +0100 | |
| commit | 03898ea972794117607791260e8715460f5c9469 (patch) | |
| tree | bb87f0d108b1f38882bb0c00a5ac7ad973db8fca /etc | |
| parent | 0f8df9f0a7b6032861606c20712f750d7a1b5484 (diff) | |
| download | dotfiles-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.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/mkinitcpio.d/linux-hardened.preset | 5 |
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" |
