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