arch-setup/templates/laptop/mkinitcpio/linux.preset.j2
Sonny Bakker fec111584c Setup uefi stubs with systemd-boot for laptop
Directly booting the stubs currently does not seem to work either due to
a buggy UEFI implementation or the embedded cmdline being overwritten,
see https://www.reddit.com/r/archlinux/comments/up8h6l/comment/i8jkuf7/
2024-09-08 20:35:48 +02:00

8 lines
172 B
Django/Jinja

# {{ ansible_managed }}
#
# mkinitcpio preset file for the 'linux' package
PRESETS=('default')
default_uki="/boot/EFI/Linux/linux.efi"
default_kver="/boot/vmlinuz-linux"