summarylogtreecommitdiffstats
path: root/linux-vanilla-selinux-414.preset
diff options
context:
space:
mode:
authorKevin Wilms2020-11-09 17:07:25 +0100
committerKevin Wilms2020-11-09 17:07:25 +0100
commit8c751f4e8631af15ab91009c44bee636583d3d1d (patch)
treed2f4aa8cb4cd4246c0c2235bb02780cfbaf6880b /linux-vanilla-selinux-414.preset
downloadaur-8c751f4e8631af15ab91009c44bee636583d3d1d.tar.gz
Linux 4.14.204
Diffstat (limited to 'linux-vanilla-selinux-414.preset')
-rw-r--r--linux-vanilla-selinux-414.preset14
1 files changed, 14 insertions, 0 deletions
diff --git a/linux-vanilla-selinux-414.preset b/linux-vanilla-selinux-414.preset
new file mode 100644
index 000000000000..66709a8c1537
--- /dev/null
+++ b/linux-vanilla-selinux-414.preset
@@ -0,0 +1,14 @@
+# mkinitcpio preset file for the '%PKGBASE%' package
+
+ALL_config="/etc/mkinitcpio.conf"
+ALL_kver="/boot/vmlinuz-%PKGBASE%"
+
+PRESETS=('default' 'fallback')
+
+#default_config="/etc/mkinitcpio.conf"
+default_image="/boot/initramfs-%PKGBASE%.img"
+#default_options=""
+
+#fallback_config="/etc/mkinitcpio.conf"
+fallback_image="/boot/initramfs-%PKGBASE%-fallback.img"
+fallback_options="-S autodetect"