summaryrefslogtreecommitdiff
path: root/libre/linux-libre/linux-libre.preset
diff options
context:
space:
mode:
Diffstat (limited to 'libre/linux-libre/linux-libre.preset')
-rw-r--r--libre/linux-libre/linux-libre.preset15
1 files changed, 15 insertions, 0 deletions
diff --git a/libre/linux-libre/linux-libre.preset b/libre/linux-libre/linux-libre.preset
new file mode 100644
index 000000000..6f14059f1
--- /dev/null
+++ b/libre/linux-libre/linux-libre.preset
@@ -0,0 +1,15 @@
+# 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"
+