aboutsummarylogtreecommitdiffstats
path: root/linux.preset
diff options
context:
space:
mode:
authorMark Weiman2016-11-20 12:54:15 -0500
committerMark Weiman2016-11-20 12:54:15 -0500
commitfe071efc1d29fdda7a4ffec79461b2b6242f1944 (patch)
treefe6ab94f16b2a2b3faa6eaafb704e68dd75d8033 /linux.preset
parente5b1fb64abdca1f0e486cc12a72851bde28c2ed9 (diff)
downloadaur-fe071efc1d29fdda7a4ffec79461b2b6242f1944.tar.gz
Update to 4.8.9-1
Diffstat (limited to 'linux.preset')
-rw-r--r--linux.preset8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux.preset b/linux.preset
index b06292d104ef..54a729abec3f 100644
--- a/linux.preset
+++ b/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"