[SCM] live-config branch, debian, updated. debian/3.0_a31-1-9-g8ea23d3

Daniel Baumann daniel at debian.org
Mon Feb 6 22:32:25 UTC 2012


The following commit has been merged in the debian branch:
commit f01350c2f561ebd9a6d1dd2c01660b209e62329f
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Jan 23 22:58:42 2012 +0100

    Adjust formating of groups in user-setup script.

diff --git a/scripts/config/002-user-setup b/scripts/config/002-user-setup
index f628837..c6bd656 100755
--- a/scripts/config/002-user-setup
+++ b/scripts/config/002-user-setup
@@ -48,6 +48,12 @@ Configure_user_setup ()
 		return
 	fi
 
+	# Adjust formating of groups
+	if [ -n "${LIVE_USER_DEFAULT_GROUPS}" ]
+	then
+		LIVE_USER_DEFAULT_GROUPS="$(echo ${LIVE_USER_DEFAULT_GROUPS} | sed -e 's|,| |g')"
+	fi
+
 	# Make sure user is not in sudo group if sudo is disabled
 	if [ "${_NO_ROOT}" = "true" ]
 	then

-- 
live-config



More information about the debian-live-changes mailing list