summarylogtreecommitdiffstats
path: root/linux.preset
diff options
context:
space:
mode:
authorJosip Ponjavic2019-11-01 17:10:01 +0100
committerJosip Ponjavic2019-11-01 17:10:01 +0100
commit15f2d584f46a7be4a4648251bdd33e88e5d770ce (patch)
treef0e5320e0519284c3cca3d7ee16284a24c5cba17 /linux.preset
parent9f78337952f97584b2d8991a8c70364b4f3911c5 (diff)
downloadaur-15f2d584f46a7be4a4648251bdd33e88e5d770ce.tar.gz
4.19.81-2 (clr 4.19.79-86) Changes for new kmod and mkinitcpio hooks
Diffstat (limited to 'linux.preset')
-rw-r--r--linux.preset14
1 files changed, 0 insertions, 14 deletions
diff --git a/linux.preset b/linux.preset
deleted file mode 100644
index 66709a8c1537..000000000000
--- a/linux.preset
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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"