summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-02-01 09:09:55 +0100
committerDaniel Baumann <daniel@debian.org>2010-02-01 09:34:12 +0100
commitaaca8c1f1a862fc8a6f35aa6943793e954582d44 (patch)
tree604a790700f585f765d21654dc55b26f861370ac /helpers
parente87298f47e57e37cb68300f841a63dea24efe497 (diff)
downloadvyos-live-build-aaca8c1f1a862fc8a6f35aa6943793e954582d44.tar.gz
vyos-live-build-aaca8c1f1a862fc8a6f35aa6943793e954582d44.zip
Adding support for gfxboot.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_syslinux4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index ee1d961f1..ba7f9d530 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -199,7 +199,7 @@ Copy_syslinux_templates ()
case "${LH_SYSLINUX_MENU}" in
gfxboot)
- # to be implemented
+ MENUMODULE="gfxboot.c32"
;;
menu)
@@ -277,7 +277,7 @@ Copy_syslinux_templates ()
rm -f ${SCREEN_PATH}/*.install*
fi
- if [ "${LH_SYSLINUX_MENU}" = "true" ]
+ if [ "${LH_SYSLINUX_MENU}" != "false" ]
then
rm -f ${DATA_PATH}/boot.txt
fi