summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_syslinux
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-04-16 03:34:21 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:32 +0100
commit0e8c38206d4928d774867831c55cd80a17b638a3 (patch)
treeb928c751697fd2f08f23f3ec494803496d92ac80 /helpers/lh_binary_syslinux
parent90be1cb4b56839c99a1ae632a019933c85920d39 (diff)
downloadvyos-live-build-0e8c38206d4928d774867831c55cd80a17b638a3.tar.gz
vyos-live-build-0e8c38206d4928d774867831c55cd80a17b638a3.zip
Fix a number of issues with Syslinux templates (Closes: #476204)
This fixes: * The ugly "toboot" and "to\nboot" problems * Mistitled F4 page * Ugly line-breaking of Debian Live URL
Diffstat (limited to 'helpers/lh_binary_syslinux')
-rwxr-xr-xhelpers/lh_binary_syslinux1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index 8b8fc3fe0..da3952b52 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -270,7 +270,6 @@ Configure_syslinux_templates ()
-e "s|{\$LH_MEDIA}|${MEDIA}|" \
-e "s|{\$LH_VERSION}|${VERSION}|" \
-e "s|{\$LH_SYSLINUX_TIMEOUT}|${LH_SYSLINUX_TIMEOUT}0|" \
- -e 's|\ $||g' \
$template_file
done