You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
386 B
15 lines
386 B
4 years ago
|
# mkinitcpio preset file for the 'linux' package on archiso
|
||
|
|
||
|
PRESETS=('default' 'fallback')
|
||
|
|
||
|
ALL_kver='/boot/vmlinuz-linux'
|
||
|
ALL_config='/etc/mkinitcpio.conf'
|
||
|
|
||
|
#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"
|