# 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' # 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_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" # TPM2 PCR signing configuration #TPM2_PRIVKEY="/etc/secureboot/db.key" #TPM2_PUBKEY="/etc/secureboot/db.crt" #TPM2_PCRS="0,2,4,7"