summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/live-installer
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-11 17:15:21 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-11 17:15:21 (GMT)
commit5231b12d78bdab21f3790e0427f9a626f0284eee (patch)
tree2228192aa377c55c464b03f9e14042b87f734a64 /abs/core-testing/live-installer
parent1fd808ceae26882c2b01951d8c1468d2442ffa7c (diff)
downloadlinhes_pkgbuild-5231b12d78bdab21f3790e0427f9a626f0284eee.zip
linhes_pkgbuild-5231b12d78bdab21f3790e0427f9a626f0284eee.tar.gz
linhes_pkgbuild-5231b12d78bdab21f3790e0427f9a626f0284eee.tar.bz2
add new user to groups
Diffstat (limited to 'abs/core-testing/live-installer')
-rw-r--r--abs/core-testing/live-installer/myth_user_call2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/live-installer/myth_user_call b/abs/core-testing/live-installer/myth_user_call
index ac97705..d95e468 100644
--- a/abs/core-testing/live-installer/myth_user_call
+++ b/abs/core-testing/live-installer/myth_user_call
@@ -30,7 +30,7 @@ function add_user() {
store_commands
else
echo "adding user $USERNAME"
- useradd $USERNAME
+ useradd -m -s /bin/bash $USERNAME -G audio,video,optical,storage,users
fi
}