mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-28 18:41:31 +00:00
Change real name for phablet user to 'Ubuntu'
This commit is contained in:
commit
487a0a403c
@ -1,10 +1,11 @@
|
|||||||
#!/bin/sh -x
|
#!/bin/sh -x
|
||||||
|
|
||||||
USER=phablet
|
USER=phablet
|
||||||
|
GECOS=Ubuntu
|
||||||
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 $GECOS --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