diff options
author | Tzafrir Cohen <tzafrir.cohen@xorcom.com> | 2009-05-13 08:36:53 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:44 +0100 |
commit | 97ec6952f8796a201cbb801a096134ddc2fa9346 (patch) | |
tree | a49b57218053a4c046e37e0bf069cb14a0450c58 | |
parent | 476d4c447e4635b3a762098d333869b66ebd8dd8 (diff) | |
download | vyos-live-build-97ec6952f8796a201cbb801a096134ddc2fa9346.tar.gz vyos-live-build-97ec6952f8796a201cbb801a096134ddc2fa9346.zip |
Returning to menu in syslinux.
-rwxr-xr-x | helpers/lh_binary_syslinux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index e68cc4ff0..5e5009ac2 100755 --- a/helpers/lh_binary_syslinux +++ b/helpers/lh_binary_syslinux @@ -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 |