Molly Sophia
b23a791250
Some checks failed
gitea/pkg-linux-aarch64/pipeline/head There was a failure building this commit
Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
15 lines
369 B
Plaintext
15 lines
369 B
Plaintext
# 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-linux.img"
|
|
#default_options=""
|
|
|
|
#fallback_config="/etc/mkinitcpio.conf"
|
|
fallback_image="/boot/initramfs-linux-fallback.img"
|
|
fallback_options="-S autodetect"
|