summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_syslinux
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:05:20 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:26 +0100
commitba2322bb2b453a848dccb7f80fbe5d72b373926e (patch)
tree92ae03973981067aea007213d056abbbc6388abb /helpers/lh_binary_syslinux
parent8c3178682beafb9c71df5310b3f975728359b833 (diff)
downloadvyos-live-build-ba2322bb2b453a848dccb7f80fbe5d72b373926e.tar.gz
vyos-live-build-ba2322bb2b453a848dccb7f80fbe5d72b373926e.zip
Adding live-helper 1.0~a26-1.
Diffstat (limited to 'helpers/lh_binary_syslinux')
-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 1f77ce8ca..968d25081 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -381,7 +381,7 @@ case "${LH_BINARY_IMAGES}" in
if [ "${LH_SYSLINUX_SPLASH}" = "none" ]
then
rm -f binary/isolinux/splash.rle
- sed -e "s/.*splash.*//" binary/isolinux/boot.txt
+ sed -i -e "s/.*splash.*//" binary/isolinux/boot.txt
else
cp -f "${LH_SYSLINUX_SPLASH}" binary/isolinux/splash.rle
fi