summarylogtreecommitdiffstats
path: root/linux-tomoyo.preset
diff options
context:
space:
mode:
authordysphoria2016-12-01 18:57:07 +0000
committerdysphoria2016-12-01 18:57:07 +0000
commitf4b5634ea83d7a21b9a3c3becb195fdb079c95e0 (patch)
tree29553adcd1d8976d42461add4a1f929c9c0c284e /linux-tomoyo.preset
parent958d47e591306d01703ced9aa327752f0bdbc519 (diff)
downloadaur-f4b5634ea83d7a21b9a3c3becb195fdb079c95e0.tar.gz
[upd] bump to latest
Diffstat (limited to 'linux-tomoyo.preset')
-rw-r--r--linux-tomoyo.preset8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux-tomoyo.preset b/linux-tomoyo.preset
index b06292d104ef..66709a8c1537 100644
--- a/linux-tomoyo.preset
+++ b/linux-tomoyo.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"