2016-11-18 00:09:38 +01:00
|
|
|
# mkinitcpio preset file for the '%PKGBASE%' package
|
2011-07-18 14:30:49 +02:00
|
|
|
|
|
|
|
ALL_config="/etc/mkinitcpio.conf"
|
2016-11-17 16:27:34 +01:00
|
|
|
ALL_kver="/boot/vmlinuz-%PKGBASE%"
|
2011-07-18 14:30:49 +02:00
|
|
|
|
|
|
|
PRESETS=('default' 'fallback')
|
|
|
|
|
|
|
|
#default_config="/etc/mkinitcpio.conf"
|
2016-11-17 16:27:34 +01:00
|
|
|
default_image="/boot/initramfs-%PKGBASE%.img"
|
2011-07-18 14:30:49 +02:00
|
|
|
#default_options=""
|
|
|
|
|
|
|
|
#fallback_config="/etc/mkinitcpio.conf"
|
2016-11-17 16:27:34 +01:00
|
|
|
fallback_image="/boot/initramfs-%PKGBASE%-fallback.img"
|
2011-07-18 14:30:49 +02:00
|
|
|
fallback_options="-S autodetect"
|