From 5231b12d78bdab21f3790e0427f9a626f0284eee Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Sat, 11 Oct 2008 12:15:21 -0500
Subject: add new user to groups

---
 abs/core-testing/live-installer/myth_user_call | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
 }
-- 
cgit v0.12