summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-pae/linux.preset
diff options
context:
space:
mode:
Diffstat (limited to 'kernels/linux-libre-pae/linux.preset')
-rw-r--r--kernels/linux-libre-pae/linux.preset8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernels/linux-libre-pae/linux.preset b/kernels/linux-libre-pae/linux.preset
index b06292d10..66709a8c1 100644
--- a/kernels/linux-libre-pae/linux.preset
+++ b/kernels/linux-libre-pae/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"