summaryrefslogtreecommitdiffstats
path: root/main/syslinux
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-06-29 16:41:22 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-30 11:17:50 +0000
commited12e5de37accd7d2d3c548f2160f34d1e97a44c (patch)
treea6f1888ab177f7d2b788acebabc2ecf892f5739a /main/syslinux
parente81e10dcbe9483a701ade938a5b64d353c6c60f1 (diff)
downloadaports-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-xmain/syslinux/update-extlinux2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/syslinux/update-extlinux b/main/syslinux/update-extlinux
index 2b980a947..e46eadfa6 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))