diff options
author | Dubiousjim <dubiousjim@gmail.com> | 2013-06-29 16:41:22 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-30 11:17:50 +0000 |
commit | ed12e5de37accd7d2d3c548f2160f34d1e97a44c (patch) | |
tree | a6f1888ab177f7d2b788acebabc2ecf892f5739a /main/syslinux | |
parent | e81e10dcbe9483a701ade938a5b64d353c6c60f1 (diff) | |
download | aports-ed12e5de37accd7d2d3c548f2160f34d1e97a44c.tar.bz2 aports-ed12e5de37accd7d2d3c548f2160f34d1e97a44c.tar.xz |
main/syslinux: use more specific COM32 (instead of KERNEL) for mboot.c32
Diffstat (limited to 'main/syslinux')
-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)) |