summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-knock/linux.preset
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-24 18:49:37 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-24 18:49:37 -0200
commitc9596b80c9fec5da0565c163a4e9ec50e7887610 (patch)
tree8aab9083746c9952b418517f855b6b9a96a97561 /kernels/linux-libre-knock/linux.preset
parenta4af99635944a5a800ff084c69066e0077a95bdc (diff)
linux-libre-knock: add new package to [kernels]
Diffstat (limited to 'kernels/linux-libre-knock/linux.preset')
-rw-r--r--kernels/linux-libre-knock/linux.preset14
1 files changed, 14 insertions, 0 deletions
diff --git a/kernels/linux-libre-knock/linux.preset b/kernels/linux-libre-knock/linux.preset
new file mode 100644
index 000000000..b06292d10
--- /dev/null
+++ b/kernels/linux-libre-knock/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"