summarylogtreecommitdiffstats
path: root/linux-rt-lts.preset
diff options
context:
space:
mode:
authorDavid Runge2019-11-02 10:29:18 +0100
committerDavid Runge2019-11-02 10:29:18 +0100
commitdf0241f1b924a5a2efda69969b4cba1a5a1ce1bb (patch)
treefddf89e7accf17b1536011b0d451517d82545852 /linux-rt-lts.preset
parent0a2adc182cf7be98b7e4a887c764d9c7f7c04c4e (diff)
downloadaur-df0241f1b924a5a2efda69969b4cba1a5a1ce1bb.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-lts.preset')
-rw-r--r--linux-rt-lts.preset14
1 files changed, 0 insertions, 14 deletions
diff --git a/linux-rt-lts.preset b/linux-rt-lts.preset
deleted file mode 100644
index 66709a8c1537..000000000000
--- a/linux-rt-lts.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"