summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-rt/linux.preset
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-19 17:43:28 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-19 17:43:28 -0300
commit9a1e45b64840472e427edab26454fb66264bd514 (patch)
tree65443b54b99dabff53eabb31ac08f36bf5c4bd1c /kernels/linux-libre-rt/linux.preset
parentd0fac119d9651c018c4e2a04348ceaef2552cc24 (diff)
linux-libre-rt-4.8.6_gnu.rt5-2: updating revision
* fix lvm2 breakage, move to mkinitcpio running as pacman hook - FS#51818 -> https://bugs.archlinux.org/task/51818 * overhaul sed'ding * enable CONFIG_MTD_NAND_NANDSIM - Bug #1143 -> https://labs.parabola.nu/issues/1143
Diffstat (limited to 'kernels/linux-libre-rt/linux.preset')
-rw-r--r--kernels/linux-libre-rt/linux.preset8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernels/linux-libre-rt/linux.preset b/kernels/linux-libre-rt/linux.preset
index b06292d10..66709a8c1 100644
--- a/kernels/linux-libre-rt/linux.preset
+++ b/kernels/linux-libre-rt/linux.preset
@@ -1,14 +1,14 @@
-# mkinitcpio preset file for the 'linux' package
+# mkinitcpio preset file for the '%PKGBASE%' package
ALL_config="/etc/mkinitcpio.conf"
-ALL_kver="/boot/vmlinuz-linux"
+ALL_kver="/boot/vmlinuz-%PKGBASE%"
PRESETS=('default' 'fallback')
#default_config="/etc/mkinitcpio.conf"
-default_image="/boot/initramfs-linux.img"
+default_image="/boot/initramfs-%PKGBASE%.img"
#default_options=""
#fallback_config="/etc/mkinitcpio.conf"
-fallback_image="/boot/initramfs-linux-fallback.img"
+fallback_image="/boot/initramfs-%PKGBASE%-fallback.img"
fallback_options="-S autodetect"