diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-16 03:34:21 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-16 03:34:21 +0100 |
commit | 9e272993ccdbc087b10b3e58fb580548d528b039 (patch) | |
tree | b928c751697fd2f08f23f3ec494803496d92ac80 /helpers/lh_binary_syslinux | |
parent | 24200e1a2c8122db1f423898fea6625487f08ae4 (diff) | |
download | vyos-live-build-9e272993ccdbc087b10b3e58fb580548d528b039.tar.gz vyos-live-build-9e272993ccdbc087b10b3e58fb580548d528b039.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
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers/lh_binary_syslinux')
-rwxr-xr-x | helpers/lh_binary_syslinux | 1 |
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 |