summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre/linux.preset
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-07 23:45:36 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-07 23:45:36 -0300
commitd855bcfb33b563eabece3fbebbcecf11a411b88d (patch)
treef7e5faca480172fc3344b405ee29c7f51a24b262 /libre-testing/linux-libre/linux.preset
parent9b0820362b2181423f1a6d51598f3d189e980aca (diff)
linux-libre-4.2_gnu-3: 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..b06292d10
--- /dev/null
+++ b/libre-testing/linux-libre/linux.preset
@@ -0,0 +1,14 @@
+# mkinitcpio preset file for the 'linux' package
+
+ALL_config="/etc/mkinitcpio.conf"
+ALL_kver="/boot/vmlinuz-linux"
+
+PRESETS=('default' 'fallback')
+
+#default_config="/etc/mkinitcpio.conf"
+default_image="/boot/initramfs-linux.img"
+#default_options=""
+
+#fallback_config="/etc/mkinitcpio.conf"
+fallback_image="/boot/initramfs-linux-fallback.img"
+fallback_options="-S autodetect"