11 lines
236 B
Text
11 lines
236 B
Text
|
# mkinitcpio preset file for the '%PKGBASE%' package
|
||
|
|
||
|
ALL_config="/etc/mkinitcpio.conf"
|
||
|
ALL_kver="%KERNVER%"
|
||
|
|
||
|
PRESETS=('default')
|
||
|
|
||
|
#default_config="/etc/mkinitcpio.conf"
|
||
|
default_image="/boot/initramfs-%PKGBASE%.img"
|
||
|
#default_options=""
|