aboutsummaryrefslogtreecommitdiffstats
path: root/main/syslinux
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-06-29 16:41:23 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-30 11:18:05 +0000
commit64e8c06cb5a27278c4c7a99dc64b4456baa77d20 (patch)
tree1d8364760edff750853219b44e84402b06784232 /main/syslinux
parented12e5de37accd7d2d3c548f2160f34d1e97a44c (diff)
main/syslinux: use more specific LINUX (instead of KERNEL) for kernels
Diffstat (limited to 'main/syslinux')
-rwxr-xr-xmain/syslinux/update-extlinux2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/syslinux/update-extlinux b/main/syslinux/update-extlinux
index e46eadfa628..014df1bbe9b 100755
--- a/main/syslinux/update-extlinux
+++ b/main/syslinux/update-extlinux
@@ -124,7 +124,7 @@ for kernel in $(find /boot -name "vmlinuz-*" -type f); do
echo " MENU DEFAULT" >> $conf.new
fi
echo " MENU LABEL Linux $tag" >> $conf.new
- echo " KERNEL $(basename $kernel)" >> $conf.new
+ echo " LINUX $(basename $kernel)" >> $conf.new
if [ -f "/boot/initramfs-$tag" ]; then
everbose "Found initramfs: /boot/initramfs-$tag"
echo " INITRD initramfs-$tag" >> $conf.new