Use Ubuntu as phablet user's real name

This commit is contained in:
Michael Terry 2016-02-01 10:57:32 -05:00
parent 06ce71492b
commit 39eb02ea86

View File

@ -4,7 +4,7 @@ USER=phablet
UGID=32011
echo "I: creating default user $USER"
adduser --gecos $USER --disabled-login $USER --uid $UGID
adduser --gecos Ubuntu --disabled-login $USER --uid $UGID
echo "I: set user $USER password to blank"
passwd -d $USER