mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +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
|
UGID=32011
|
||||||
|
|
||||||
echo "I: creating default user $USER"
|
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"
|
echo "I: set user $USER password to blank"
|
||||||
passwd -d $USER
|
passwd -d $USER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user