diff options
-rwxr-xr-x | main/syslinux/update-extlinux | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |