mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Change real name for phablet user to 'Ubuntu'
This commit is contained in:
commit
487a0a403c
@ -1,10 +1,11 @@
|
||||
#!/bin/sh -x
|
||||
|
||||
USER=phablet
|
||||
GECOS=Ubuntu
|
||||
UGID=32011
|
||||
|
||||
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"
|
||||
passwd -d $USER
|
||||
|
Loading…
x
Reference in New Issue
Block a user