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

Daniel Baumann daniel at debian.org
Fri Sep 14 17:06:26 UTC 2007


The branch, master has been updated
       via  8675c2a904db652e9bf5e1129102d4e704c11e96 (commit)
      from  fd4f95e8e9f7da4056f28bc2a8cab2477f4c33a6 (commit)


- Shortlog ------------------------------------------------------------
8675c2a functions/defaults.sh

Summary of changes:
 functions/defaults.sh |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 8675c2a904db652e9bf5e1129102d4e704c11e96
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Sep 14 19:06:19 2007 +0200

    functions/defaults.sh
    
      * Setting default distribution to lenny.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index e52b319..0fa7061 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -42,7 +42,11 @@ Set_defaults ()
 	if [ -z "${LH_DISTRIBUTION}" ]
 	then
 		case "${LH_MODE}" in
-			debian|debian-edu)
+			debian)
+				LH_DISTRIBUTION="lenny"
+				;;
+
+			debian-edu)
 				LH_DISTRIBUTION="etch"
 				;;
 

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list