mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-17 13:51:32 +00:00
add radio user (with UID 1001 (required by android)) to the default user creation for ubuntu-touch
This commit is contained in:
parent
3d4461ecad
commit
912941411b
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.166) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* add radio user (with UID 1001 (required by android)) to the default user
|
||||||
|
creation for ubuntu-touch
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Thu, 25 Jul 2013 11:14:34 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.165) saucy; urgency=low
|
livecd-rootfs (2.165) saucy; urgency=low
|
||||||
|
|
||||||
* Remove e2fs-zero.py and references to it, it's no longer used.
|
* Remove e2fs-zero.py and references to it, it's no longer used.
|
||||||
|
@ -10,6 +10,7 @@ echo "I: set user $USER password to $USER"
|
|||||||
echo "$USER:$USER" | chpasswd
|
echo "$USER:$USER" | chpasswd
|
||||||
|
|
||||||
adduser --gecos system --no-create-home --disabled-login --disabled-password system --uid 1000
|
adduser --gecos system --no-create-home --disabled-login --disabled-password system --uid 1000
|
||||||
|
adduser --gecos radio --no-create-home --disabled-login --disabled-password radio --uid 1001
|
||||||
|
|
||||||
mkdir -p /home/$USER/Music
|
mkdir -p /home/$USER/Music
|
||||||
mkdir -p /home/$USER/Pictures
|
mkdir -p /home/$USER/Pictures
|
||||||
|
Loading…
x
Reference in New Issue
Block a user