diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-04-27 10:29:38 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-04-27 10:29:38 +0200 |
commit | a4d0ccb56bf9b426f69d70c185d680b08b9bd25c (patch) | |
tree | 83aa6c3479378d6fa3164edc68be2adfddf865dc /airootfs/etc/mkinitcpio.d |
start with baseline
Diffstat (limited to 'airootfs/etc/mkinitcpio.d')
-rw-r--r-- | airootfs/etc/mkinitcpio.d/linux.preset | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/airootfs/etc/mkinitcpio.d/linux.preset b/airootfs/etc/mkinitcpio.d/linux.preset new file mode 100644 index 0000000..d35f137 --- /dev/null +++ b/airootfs/etc/mkinitcpio.d/linux.preset @@ -0,0 +1,11 @@ +# +# 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" |