From 0e8c38206d4928d774867831c55cd80a17b638a3 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Wed, 16 Apr 2008 03:34:21 +0100 Subject: 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 --- helpers/lh_binary_syslinux | 1 - 1 file changed, 1 deletion(-) (limited to 'helpers') 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 -- cgit v1.2.3