You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
4 years ago
|
#
|
||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
||
|
# mkinitcpio preset file for the 'linux' package on archiso
|
||
|
|
||
|
PRESETS=('archiso')
|
||
|
|
||
|
ALL_kver='/boot/vmlinuz-linux'
|
||
|
ALL_config='/etc/mkinitcpio.conf'
|
||
|
|
||
|
archiso_image="/boot/initramfs-linux.img"
|