[SCM] live-config branch, debian-next, updated. debian/3.0_a31-1-6-gf01350c
Daniel Baumann
daniel at debian.org
Mon Jan 23 21:59:12 UTC 2012
The following commit has been merged in the debian-next 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