summarylogtreecommitdiffstats
path: root/linux.preset
diff options
context:
space:
mode:
authorKyle De'Vir2018-11-17 07:07:22 +1000
committerKyle De'Vir2018-11-17 07:07:22 +1000
commitb0996c2880db3161b440f534604c6f82b5d04cac (patch)
tree3bb2a971cb83bf697df2984e08759da6d02b8e76 /linux.preset
parent0b1319856b3c4be3fafea4fd04be9be878dce621 (diff)
downloadaur-b0996c2880db3161b440f534604c6f82b5d04cac.tar.gz
Real update
Diffstat (limited to 'linux.preset')
-rw-r--r--[-rwxr-xr-x]linux.preset8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux.preset b/linux.preset
index 8a5b1839d192..66709a8c1537 100755..100644
--- a/linux.preset
+++ b/linux.preset
@@ -1,14 +1,14 @@
-# mkinitcpio preset file for the 'linux-bcachefs-git' package
+# mkinitcpio preset file for the '%PKGBASE%' package
ALL_config="/etc/mkinitcpio.conf"
-ALL_kver="/boot/vmlinuz-linux-bcachefs-git"
+ALL_kver="/boot/vmlinuz-%PKGBASE%"
PRESETS=('default' 'fallback')
#default_config="/etc/mkinitcpio.conf"
-default_image="/boot/initramfs-linux-bcachefs-git.img"
+default_image="/boot/initramfs-%PKGBASE%.img"
#default_options=""
#fallback_config="/etc/mkinitcpio.conf"
-fallback_image="/boot/initramfs-linux-git-bcachefs-fallback.img"
+fallback_image="/boot/initramfs-%PKGBASE%-fallback.img"
fallback_options="-S autodetect"