summarylogtreecommitdiffstats
path: root/linux-rt.preset
diff options
context:
space:
mode:
authorDavid Runge2019-11-01 14:50:22 +0100
committerDavid Runge2019-11-01 14:50:22 +0100
commitc2be5751ca7ab12d04d3dc9b43488737876dc3d9 (patch)
treed916fe5ba87dd3bc2d7b5df8a1e207d75974c34d /linux-rt.preset
parentadb0dfa25e6061c3ab1e0daff567c9e3cc7ffe96 (diff)
downloadaur-c2be5751ca7ab12d04d3dc9b43488737876dc3d9.tar.gz
PKGBUILD: Aligning with vanilla kernel package script. Removing hooks, install and preset file (mkinitcpio is now taking care of this itself on the basis of a pkgbase file).
Adding python-sphinx to makedepends for html docs. Switching to a pkgver scheme, in which the patch number gets concatenated to the kernel version without any prefix.
Diffstat (limited to 'linux-rt.preset')
-rw-r--r--linux-rt.preset14
1 files changed, 0 insertions, 14 deletions
diff --git a/linux-rt.preset b/linux-rt.preset
deleted file mode 100644
index 66709a8c1537..000000000000
--- a/linux-rt.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"