mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-05 14:12:23 +08:00
15 lines
377 B
Text
15 lines
377 B
Text
|
# mkinitcpio preset file for the '%PKGBASE%' package
|
||
|
|
||
|
ALL_config="/etc/mkinitcpio.conf"
|
||
|
ALL_kver="%KERNVER%"
|
||
|
|
||
|
PRESETS=('default' 'fallback')
|
||
|
|
||
|
#default_config="/etc/mkinitcpio.conf"
|
||
|
default_image="/boot/initramfs-%PKGBASE%.img"
|
||
|
#default_options=""
|
||
|
|
||
|
#fallback_config="/etc/mkinitcpio.conf"
|
||
|
fallback_image="/boot/initramfs-%PKGBASE%-fallback.img"
|
||
|
fallback_options="-S autodetect"
|