summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/live-installer
diff options
context:
space:
mode:
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
}