mambawelcome.sh: remove user 'liveuser' as it fails to be removed during first stage install when livecd-tools package is removed
This commit is contained in:
parent
20a3059e4f
commit
04f0aaaf5c
@ -72,6 +72,7 @@ dcop_write $"Configuring users and host..." 50
|
||||
echo $"Configuring users and host" | tee -a $LOG_FILE
|
||||
# configure user
|
||||
[ "$INSTALL_USER" ] && {
|
||||
userdel -rf liveuser
|
||||
useradd $INSTALL_USER \
|
||||
-c "$INSTALL_USER_FULLNAME" \
|
||||
-G audio,filesharing,sysadmin,packager,lpadmin,video,nopermfs || {
|
||||
|
Loading…
Reference in New Issue
Block a user