summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-audit/linux.preset
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-05 07:09:29 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-05 07:14:42 -0300
commitd89a7b5b3f590fa749aaaaefd56034412839e9b2 (patch)
treed911ca46ac6b7cfbdeec9d3815ef299acd647dff /kernels/linux-libre-audit/linux.preset
parente3383615f702de9afdcd4dc182acffac9106b5a7 (diff)
linux-libre-audit: add new package to [kernels] -> https://labs.parabola.nu/issues/821
Diffstat (limited to 'kernels/linux-libre-audit/linux.preset')
-rw-r--r--kernels/linux-libre-audit/linux.preset14
1 files changed, 14 insertions, 0 deletions
diff --git a/kernels/linux-libre-audit/linux.preset b/kernels/linux-libre-audit/linux.preset
new file mode 100644
index 000000000..b06292d10
--- /dev/null
+++ b/kernels/linux-libre-audit/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"