From ed12e5de37accd7d2d3c548f2160f34d1e97a44c Mon Sep 17 00:00:00 2001 From: Dubiousjim Date: Sat, 29 Jun 2013 16:41:22 -0400 Subject: main/syslinux: use more specific COM32 (instead of KERNEL) for mboot.c32 --- main/syslinux/update-extlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/syslinux/update-extlinux b/main/syslinux/update-extlinux index 2b980a947c..e46eadfa62 100755 --- a/main/syslinux/update-extlinux +++ b/main/syslinux/update-extlinux @@ -105,7 +105,7 @@ if [ -f "/boot/xen.gz" ]; then echo " MENU DEFAULT" >> $conf.new fi echo " MENU LABEL Xen + Linux $tag" >> $conf.new - echo " KERNEL mboot.c32" >> $conf.new + echo " COM32 mboot.c32" >> $conf.new echo " APPEND xen.gz $xen_opts --- $(basename $kernel) root=$root modules=${modules}${TYPE:+,$TYPE} $default_kernel_opts --- $initramfs" >> $conf.new echo "" >> $conf.new lst=$(($lst + 1)) -- cgit v1.2.3