Adding support for gfxboot.

This commit is contained in:
Daniel Baumann 2010-02-01 09:09:55 +01:00
parent 77437a361a
commit aa2c9f94da
1 changed files with 2 additions and 2 deletions

View File

@ -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