diff --git a/debian/changelog b/debian/changelog index 20ea8999..06dd6902 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +livecd-rootfs (2.422) yakkety; urgency=medium + + * live-build/ubuntu-touch/includes.chroot/etc/lightdm/ + lightdm.conf.d/90-phablet.conf: + - Don't have Touch greeters show a guest session. Touch isn't ready + for non-phablet users yet nor a multi-user greeter. + + -- Michael Terry Wed, 10 Aug 2016 11:06:32 -0400 + livecd-rootfs (2.421) yakkety; urgency=medium [ Louis Zuckerman ] diff --git a/live-build/ubuntu-touch/includes.chroot/etc/lightdm/lightdm.conf.d/90-phablet.conf b/live-build/ubuntu-touch/includes.chroot/etc/lightdm/lightdm.conf.d/90-phablet.conf index 28989dfc..e6f8e34e 100644 --- a/live-build/ubuntu-touch/includes.chroot/etc/lightdm/lightdm.conf.d/90-phablet.conf +++ b/live-build/ubuntu-touch/includes.chroot/etc/lightdm/lightdm.conf.d/90-phablet.conf @@ -1,2 +1,3 @@ [Seat:*] autologin-user=phablet +greeter-allow-guest=false