# Example mkinitcpio preset file # preset names PRESETS=('default' 'fallback') # ALL_kver is used if presetname_kver is not set # The kver can be specified as an explicit kernel version or # as the path to an kernel image. ALL_kver='/boot/vmlinuz-linux' #ALL_config='/etc/mkinitcpio.conf' #ALL_cmdline='/etc/kernel/cmdline' #ALL_splash='/usr/share/systemd/bootctl/splash-arch.bmp' # presetname_kver - the kernel version (omit if ALL_kver should be used) # presetname_config - the configuration file (omit if ALL_config should be used) # presetname_image - the filename of generated image # presetname_uki - the filename of generated unified kernel image # presetname_cmdline - the kernel command line file (omit if ALL_cmdline should be used) # presetname_splash - the splash image file (omit if ALL_splash should be used) # presetname_options - any extra options #default_kver="3.0-ARCH" #default_config="/etc/mkinitcpio.conf" default_image="/tmp/initramfs-linux.img" default_uki="/efi/EFI/Linux/arch-linux.efi" default_options="" #fallback_kver="3.0-ARCH" #fallback_config="/etc/mkinitcpio.conf" fallback_image="/tmp/initramfs-linux-fallback.img" fallback_uki="/efi/EFI/Linux/arch-linux-fallback.efi" fallback_options="-S autodetect"