From 64e8c06cb5a27278c4c7a99dc64b4456baa77d20 Mon Sep 17 00:00:00 2001 From: Dubiousjim Date: Sat, 29 Jun 2013 16:41:23 -0400 Subject: main/syslinux: use more specific LINUX (instead of KERNEL) for kernels --- main/syslinux/update-extlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/syslinux/update-extlinux') diff --git a/main/syslinux/update-extlinux b/main/syslinux/update-extlinux index e46eadfa62..014df1bbe9 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 -- cgit v1.2.3