[SCM] debian-live/live-helper branch, master, updated. 1.0_a38-1-16-g7f57e72

Daniel Baumann daniel at debian.org
Sat Mar 1 22:18:32 UTC 2008


The following commit has been merged in the master branch:
commit 7f57e72520a7e43531a23b76e208631404668a5a
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Mar 1 23:18:30 2008 +0100

    Fixed accidental overwriting of LH_NET_TARBALL value in defaults.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index c21c96d..208b2e7 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -596,7 +596,7 @@ Set_defaults ()
 	LH_NET_COW_FILESYSTEM="${LH_NET_COW_FILESYSTEM:-nfs}"
 
 	# Setting net tarball
-	LH_NET_TARBALL="gzip"
+	LH_NET_TARBALL="${LH_NET_TARBALL:-gzip}"
 
 	# Setting syslinux configuration file
 	# LH_SYSLINUX_CFG

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list