summarylogtreecommitdiffstats
path: root/linux-lts.preset
diff options
context:
space:
mode:
Diffstat (limited to 'linux-lts.preset')
-rw-r--r--linux-lts.preset14
1 files changed, 14 insertions, 0 deletions
diff --git a/linux-lts.preset b/linux-lts.preset
new file mode 100644
index 000000000000..d26d36baef90
--- /dev/null
+++ b/linux-lts.preset
@@ -0,0 +1,14 @@
+# mkinitcpio preset file for the 'linux-lts' package
+
+ALL_config="/etc/mkinitcpio.conf"
+ALL_kver="/boot/vmlinuz-linux-lts"
+
+PRESETS=('default' 'fallback')
+
+#default_config="/etc/mkinitcpio.conf"
+default_image="/boot/initramfs-linux-lts.img"
+#default_options=""
+
+#fallback_config="/etc/mkinitcpio.conf"
+fallback_image="/boot/initramfs-linux-lts-fallback.img"
+fallback_options="-S autodetect"