summarylogtreecommitdiffstats
path: root/linux.preset
diff options
context:
space:
mode:
authoranthraxx2019-10-03 22:02:02 +0200
committeranthraxx2019-10-03 22:02:02 +0200
commitfcfa50c78179408a3c724d22a0b7aa19f581864d (patch)
treeca32616a9a1ea20771edfc358e926adba6450922 /linux.preset
downloadaur-fcfa50c78179408a3c724d22a0b7aa19f581864d.tar.gz
addpkg: linux-hardened-git 5.3.0.r857780.g1317ca6048b5-1
Diffstat (limited to 'linux.preset')
-rw-r--r--linux.preset14
1 files changed, 14 insertions, 0 deletions
diff --git a/linux.preset b/linux.preset
new file mode 100644
index 000000000000..66709a8c1537
--- /dev/null
+++ b/linux.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"