mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-14 12:41:20 +00:00
Use Ubuntu as phablet user's real name
This commit is contained in:
parent
06ce71492b
commit
39eb02ea86
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user