[SCM] debian-live/live-helper branch, master, updated. 1.0_a27-1-31-gd0c26d3

Daniel Baumann daniel at debian.org
Sun Sep 16 06:45:39 UTC 2007


The branch, master has been updated
       via  d0c26d3d70583d859ee041d355fb73444bb8d1d6 (commit)
      from  f661dd2636157610f6b4a5c93c70639cac0836d8 (commit)


- Shortlog ------------------------------------------------------------
d0c26d3 helpers/lh_binary_syslinux

Summary of changes:
 helpers/lh_binary_syslinux |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit d0c26d3d70583d859ee041d355fb73444bb8d1d6
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Sep 16 08:45:31 2007 +0200

    helpers/lh_binary_syslinux
    
      * Fixed wrong sed call.

diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index b8ff637..946819e 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -486,7 +486,7 @@ case "${LH_BINARY_IMAGES}" in
 			if [ "${LH_SYSLINUX_SPLASH}" = "none" ]
 			then
 				rm -f tftpboot/pxelinux.cfg/splash.rle
-				sed -e "s/.*splash.*//" tftpboot/pxelinux.cfg/boot.txt
+				sed -i -e "s/.*splash.*//" tftpboot/pxelinux.cfg/boot.txt
 			else
 				cp -f "${LH_SYSLINUX_SPLASH}" tftpboot/pxelinux.cfg/splash.rle
 			fi
@@ -580,7 +580,7 @@ case "${LH_BINARY_IMAGES}" in
 			if [ "${LH_SYSLINUX_SPLASH}" = "none" ]
 			then
 				rm -f "${DESTDIR}"/splash.rle
-				sed -e "s/.*splash.*//" "${DESTDIR}"/boot.txt
+				sed -i -e "s/.*splash.*//" "${DESTDIR}"/boot.txt
 			else
 				cp -f "${LH_SYSLINUX_SPLASH}" "${DESTDIR}"/splash.rle
 			fi

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list