mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 18:42:14 +08:00
17 lines
465 B
Plaintext
17 lines
465 B
Plaintext
# 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" |