summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/etc/mkinitcpio.d
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-08-01 16:14:19 -0400
committerDavid P <megver83@parabola.nu>2020-08-01 16:48:57 -0400
commit1de1ff1a297fc9cef517be263be4f873a1d01d65 (patch)
treecd21a4ec17e38f924563fb3142b810e4a3975b6c /configs/releng/airootfs/etc/mkinitcpio.d
parentf013f2bc1b1b512c4a44a2046ccb1a2d76a489eb (diff)
sync releng with archiso v46
and fix baseline mkinitcpio.conf hooks Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/releng/airootfs/etc/mkinitcpio.d')
-rw-r--r--configs/releng/airootfs/etc/mkinitcpio.d/linux-libre.preset11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/releng/airootfs/etc/mkinitcpio.d/linux-libre.preset b/configs/releng/airootfs/etc/mkinitcpio.d/linux-libre.preset
new file mode 100644
index 0000000..782d1cd
--- /dev/null
+++ b/configs/releng/airootfs/etc/mkinitcpio.d/linux-libre.preset
@@ -0,0 +1,11 @@
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+# mkinitcpio preset file for the 'linux-libre' package on parabolaiso
+
+PRESETS=('parabolaiso')
+
+ALL_kver='/boot/vmlinuz-linux-libre'
+ALL_config='/etc/mkinitcpio.conf'
+
+parabolaiso_image="/boot/parabolaiso.img"