mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
17 lines
No EOL
465 B
Text
17 lines
No EOL
465 B
Text
# mkinitcpio preset file for kernel26
|
|
|
|
########################################
|
|
# DO NOT EDIT THIS LINE:
|
|
source /etc/mkinitcpio.d/kernel26.kver
|
|
########################################
|
|
ALL_config="/etc/mkinitcpio.conf"
|
|
|
|
PRESETS=('default' 'fallback')
|
|
|
|
#default_config="/etc/mkinitcpio.conf"
|
|
default_image="/boot/kernel26.img"
|
|
#default_options=""
|
|
|
|
#fallback_config="/etc/mkinitcpio.conf"
|
|
fallback_image="/boot/kernel26-fallback.img"
|
|
fallback_options="-S autodetect" |