Returning to menu in syslinux.
This commit is contained in:
parent
476d4c447e
commit
97ec6952f8
|
@ -294,6 +294,8 @@ Configure_syslinux_templates ()
|
|||
$template_file
|
||||
done
|
||||
|
||||
sed -i -e 's/isolinux.cfg/syslinux.cfg/' ${SYSLINUX_PATH}/exithelp.cfg
|
||||
|
||||
# Syslinux v3.31 in etch does not support include statements
|
||||
if [ "${LH_DISTRIBUTION}" = "etch" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue