summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre/linux.preset
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-27 17:47:43 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-27 17:47:43 -0300
commite2fe76e45444b4cbd2b0a713f0121540cc691e63 (patch)
treecb7ab56489dcd2b842b2bc28932f44b057d3314a /libre-testing/linux-libre/linux.preset
parentdac6a397eabd99e1233c326aa9610a741026a9a2 (diff)
downloadabslibre-e2fe76e45444b4cbd2b0a713f0121540cc691e63.tar.gz
abslibre-e2fe76e45444b4cbd2b0a713f0121540cc691e63.tar.bz2
abslibre-e2fe76e45444b4cbd2b0a713f0121540cc691e63.zip
linux-libre-4.10.1_gnu-1: updating version
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"