mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-16 11:00:40 +08:00
15 lines
400 B
Text
15 lines
400 B
Text
|
# mkinitcpio preset file for the 'linux-aarch64' package
|
||
|
|
||
|
ALL_config="/etc/mkinitcpio.conf"
|
||
|
ALL_kver="4.18.5-1-ARCH"
|
||
|
|
||
|
PRESETS=('default' 'fallback')
|
||
|
|
||
|
#default_config="/etc/mkinitcpio.conf"
|
||
|
default_image="/boot/initramfs-linux-phicomm-n1.img"
|
||
|
#default_options=""
|
||
|
|
||
|
#fallback_config="/etc/mkinitcpio.conf"
|
||
|
fallback_image="/boot/initramfs-linux-phicomm-n1-fallback.img"
|
||
|
fallback_options="-S autodetect"
|