Import patches-unapplied version 2.166 to ubuntu/saucy-proposed

Imported using git-ubuntu import.

Changelog parent: 10459a79f5f4d037176b838333cddfe99d5d6a47

New changelog entries:
  * add radio user (with UID 1001 (required by android)) to the default user
    creation for ubuntu-touch
This commit is contained in:
Oliver Grawert 2013-07-25 11:14:34 +02:00 committed by usd-importer
parent 10459a79f5
commit 8212680ba0
2 changed files with 8 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.166) saucy; 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
* Remove e2fs-zero.py and references to it, it's no longer used.

View File

@ -10,6 +10,7 @@ echo "I: set user $USER password to $USER"
echo "$USER:$USER" | chpasswd
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/Pictures