mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
17 lines
540 B
Plaintext
17 lines
540 B
Plaintext
|
# mkinitcpio preset file for the 'linux-lts' package
|
||
|
|
||
|
#ALL_config="/etc/mkinitcpio.conf"
|
||
|
ALL_kver="/boot/vmlinuz-linux-lts"
|
||
|
|
||
|
PRESETS=('default')
|
||
|
|
||
|
#default_config="/etc/mkinitcpio.conf"
|
||
|
default_image="/boot/initramfs-linux-lts.img"
|
||
|
#default_uki="/efi/EFI/Linux/arch-linux-lts.efi"
|
||
|
#default_options="--splash /usr/share/systemd/bootctl/splash-arch.bmp"
|
||
|
|
||
|
#fallback_config="/etc/mkinitcpio.conf"
|
||
|
fallback_image="/boot/initramfs-linux-lts-fallback.img"
|
||
|
#fallback_uki="/efi/EFI/Linux/arch-linux-lts-fallback.efi"
|
||
|
fallback_options="-S autodetect"
|