diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-04 16:17:05 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-04 16:17:05 -0200 |
commit | 879989bf1e2740dc5c80f7b9739705196cb7fb2c (patch) | |
tree | 6e0471e503a24d8aa3c00416e4f9655978480bc9 /kernels/linux-libre-grsec/linux-libre-grsec.preset | |
parent | 11feaef641dd00215b04a2456cc1898d024b5e9d (diff) |
linux-libre-grsec: add new package to kernels repo
Diffstat (limited to 'kernels/linux-libre-grsec/linux-libre-grsec.preset')
-rw-r--r-- | kernels/linux-libre-grsec/linux-libre-grsec.preset | 14 |
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 100644 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" |