summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2007-10-02 15:00:34 -0300
committerDaniel Baumann <daniel@debian.org>2007-10-03 06:21:50 +0200
commit66aee6f0778c935b0d8824592fb27f078a48a5da (patch)
treee361eb54c0d6e7b53534daf2d9b0fe54bcecafc7 /helpers
parent0ae32ca1b9216db39b6f8859f7dbb297a3e3ee24 (diff)
downloadvyos-live-build-66aee6f0778c935b0d8824592fb27f078a48a5da.tar.gz
vyos-live-build-66aee6f0778c935b0d8824592fb27f078a48a5da.zip
syslinux: fix module detection otherwise it won't be copied
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_syslinux2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index b6cb84560..655a424f5 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -413,7 +413,7 @@ case "${LH_BINARY_IMAGES}" in
# Copying menu module
if [ "${LH_SYSLINUX_MENU}" != "disabled" ]
then
- MENUPATH="$(grep 'menu.c32' binary/isolinux/header.cfg | sed 's,DEFAULT\s*\(.*menu.c32\)$,\1,g')"
+ MENUPATH="$(grep 'menu.c32' binary/isolinux/header.cfg | sed 's,default\s*\(.*menu.c32\)$,\1,g')"
MENUMODULE="$(basename ${MENUPATH})"
mkdir -p binary/isolinux/"$(dirname ${MENUPATH})"