summaryrefslogtreecommitdiff
path: root/libre/linux-libre/linux.preset
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-19 14:58:40 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-19 16:48:53 -0300
commit537937951f57f7a2ec6368c93f39fd45a255c90b (patch)
tree3f4c5ceab87b6be172faf71c58036882d096f5d4 /libre/linux-libre/linux.preset
parent2c58f112aea0ba3e063e4081886a337b3ca6351e (diff)
linux-libre-4.8.8_gnu-2: updating revision
* fix lvm2 breakage, move to mkinitcpio running as pacman hook - FS#51818 -> https://bugs.archlinux.org/task/51818 * overhaul sed'ding
Diffstat (limited to 'libre/linux-libre/linux.preset')
-rw-r--r--libre/linux-libre/linux.preset8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/linux-libre/linux.preset b/libre/linux-libre/linux.preset
index b06292d10..66709a8c1 100644
--- a/libre/linux-libre/linux.preset
+++ b/libre/linux-libre/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"