13 lines
524 B
Text
13 lines
524 B
Text
ALL_config="/etc/mkinitcpio.conf"
|
|
ALL_kver="/boot/vmlinuz-linux-lts"
|
|
ALL_microcode=(/boot/*-ucode.img)
|
|
|
|
PRESETS=('default' 'fallback')
|
|
|
|
default_image="/boot/initramfs-linux-lts.img"
|
|
default_efi_image="/boot/EFI/Linux/archlinux-linux-lts.efi"
|
|
default_options="--splash /usr/share/systemd/bootctl/splash-arch.bmp"
|
|
|
|
fallback_image="/boot/initramfs-linux-lts-fallback.img"
|
|
fallback_efi_image="/boot/EFI/Linux/archlinux-linux-lts-fallback.efi"
|
|
fallback_options="-S autodetect --splash /usr/share/systemd/bootctl/splash-arch.bmp"
|