switch default session for armel netbook images to unity-2d

ubuntu/precise
Oliver Grawert 14 years ago
parent 2e037f1df2
commit 17eb3be5f2

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (1.158) UNRELEASED; urgency=low
* switch default session for armel netbook images to unity-2d
-- Oliver Grawert <ogra@ubuntu.com> Tue, 15 Feb 2011 18:18:57 +0100
livecd-rootfs (1.157) natty; urgency=low livecd-rootfs (1.157) natty; urgency=low
* drop IGEPv2 x-loader and u-boot from livefs.sh, they are not in main * drop IGEPv2 x-loader and u-boot from livefs.sh, they are not in main

@ -719,8 +719,8 @@ Pin-Priority: 550
if [ "$FS" = ubuntu-netbook ] && \ if [ "$FS" = ubuntu-netbook ] && \
[ "$TARGETARCH" = armel ] && \ [ "$TARGETARCH" = armel ] && \
[ -e "$ROOT/usr/share/xsessions/une-efl.desktop" ]; then [ -e "$ROOT/usr/share/xsessions/unity-2d.desktop" ]; then
chroot $ROOT /usr/lib/gdm/gdm-set-default-session une-efl chroot $ROOT /usr/lib/gdm/gdm-set-default-session unity-2d
fi fi
# all done with the chroot; reset the debconf frontend, so Colin doesn't cry # all done with the chroot; reset the debconf frontend, so Colin doesn't cry

Loading…
Cancel
Save