summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-grsec/linux-libre-grsec.preset
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-21 00:09:00 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-21 00:09:00 -0200
commitfe5202f246d8188869dc5a6262f9f9e9b9e7e763 (patch)
tree98b4bda2ca5c222cf32b32b6375d1a6bad1c0b8b /kernels/linux-libre-grsec/linux-libre-grsec.preset
parentabdbc40260696149ba955f1cef74c0f6cce3e0ec (diff)
linux-libre-grsec: adding new package to [kernels] repo
Diffstat (limited to 'kernels/linux-libre-grsec/linux-libre-grsec.preset')
-rwxr-xr-xkernels/linux-libre-grsec/linux-libre-grsec.preset14
1 files changed, 14 insertions, 0 deletions
diff --git a/kernels/linux-libre-grsec/linux-libre-grsec.preset b/kernels/linux-libre-grsec/linux-libre-grsec.preset
new file mode 100755
index 000000000..3fe913d44
--- /dev/null
+++ b/kernels/linux-libre-grsec/linux-libre-grsec.preset
@@ -0,0 +1,14 @@
+# mkinitcpio preset file for the 'linux-libre-grsec' package
+
+ALL_config="/etc/mkinitcpio.conf"
+ALL_kver="/boot/vmlinuz-linux-libre-grsec"
+
+PRESETS=('default' 'fallback')
+
+#default_config="/etc/mkinitcpio.conf"
+default_image="/boot/initramfs-linux-libre-grsec.img"
+#default_options=""
+
+#fallback_config="/etc/mkinitcpio.conf"
+fallback_image="/boot/initramfs-linux-libre-grsec-fallback.img"
+fallback_options="-S autodetect"