mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-02 13:41:37 +00:00
fix autopilot group handling on touch images
This commit is contained in:
parent
f49f02be27
commit
1dc58ddbe5
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.179) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* add 70-reconfigure-autopilot.chroot to ubuntu-touch builds, to make sure
|
||||||
|
the phablet user actually ends up in the autopilot group
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Tue, 27 Aug 2013 11:23:56 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.178) saucy; urgency=low
|
livecd-rootfs (2.178) saucy; urgency=low
|
||||||
|
|
||||||
* Copying click packages to install search location instead of installing
|
* Copying click packages to install search location instead of installing
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# make sure the phablet user is in the autopilot group
|
||||||
|
# (the user is not available when the package postinst
|
||||||
|
# adds all users of the sudo group to the autopilot one
|
||||||
|
# so we re-run the package configuration now
|
||||||
|
|
||||||
|
echo "making sure phablet user is in the autopilot group"
|
||||||
|
|
||||||
|
dpkg -l python-autopilot >/dev/null 2>&1 && dpkg-reconfigure python-autopilot
|
Loading…
x
Reference in New Issue
Block a user