aboutsummarylogtreecommitdiffstats
path: root/hook
diff options
context:
space:
mode:
authoryar2017-03-31 23:49:18 -0700
committeryar2017-03-31 23:49:18 -0700
commit2d73c04581c1972d0eeb8902add508b0c60d9eaa (patch)
tree8f9ec2340915a161ded2a8241b857ae4ec8ca22d /hook
parent592afe01681cabca05ba0842c7684052ffe944ac (diff)
downloadaur-2d73c04581c1972d0eeb8902add508b0c60d9eaa.tar.gz
rename kernel image to vmlinuzll-
arch's grub package ships a default kernel script: /etc/grub.d/10_linux this script loops through /boot/vmlinuz-* and assumes the newest one is the real 'linux' if linux-linode was installed, grub would pick that over the vanilla linux... meaning the first grub entry points to linux-linode AND so does the second entry
Diffstat (limited to 'hook')
-rw-r--r--hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/hook b/hook
index 3b54cc0df94d..f1bed0a50515 100644
--- a/hook
+++ b/hook
@@ -2,7 +2,7 @@
Type = File
Operation = Install
Operation = Upgrade
-Target = boot/vmlinuz-linux-linode
+Target = boot/vmlinuzll-linux-linode
Target = usr/lib/initcpio/*
[Action]