summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre/linux.preset
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-11-16 12:21:47 -0300
committerDavid P <megver83@parabola.nu>2018-11-16 12:21:47 -0300
commit77dc3c24bc8fbb1c54fe6fb2073e0a6bb7d96312 (patch)
tree079f5b0b7959d412989731cf5d4f44d74b278807 /libre-testing/linux-libre/linux.preset
parent8c384f9620321ea824b68c8fb22f30b50d9ef6ae (diff)
move linux-libre 4.18.11 to [libre-testing]
Because I'll remove the ppc64le support for 4.19 temporally Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre-testing/linux-libre/linux.preset')
-rw-r--r--libre-testing/linux-libre/linux.preset14
1 files changed, 14 insertions, 0 deletions
diff --git a/libre-testing/linux-libre/linux.preset b/libre-testing/linux-libre/linux.preset
new file mode 100644
index 000000000..66709a8c1
--- /dev/null
+++ b/libre-testing/linux-libre/linux.preset
@@ -0,0 +1,14 @@
+# mkinitcpio preset file for the '%PKGBASE%' package
+
+ALL_config="/etc/mkinitcpio.conf"
+ALL_kver="/boot/vmlinuz-%PKGBASE%"
+
+PRESETS=('default' 'fallback')
+
+#default_config="/etc/mkinitcpio.conf"
+default_image="/boot/initramfs-%PKGBASE%.img"
+#default_options=""
+
+#fallback_config="/etc/mkinitcpio.conf"
+fallback_image="/boot/initramfs-%PKGBASE%-fallback.img"
+fallback_options="-S autodetect"