apply setting of the default session to all ubuntu-armel builds so we do not need to do this on first boot

ubuntu/precise
Oliver Grawert 14 years ago
parent 238bf3e820
commit f8200c490d

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (1.154) UNRELEASED; urgency=low
* apply setting of the default session to all ubuntu-armel builds
so we do not need to do this on first boot.
-- Oliver Grawert <ogra@ubuntu.com> Mon, 10 Jan 2011 23:27:43 +0100
livecd-rootfs (1.153) natty; urgency=low livecd-rootfs (1.153) natty; urgency=low
* Update default suite in BuildLiveCD to natty. * Update default suite in BuildLiveCD to natty.

@ -712,7 +712,7 @@ Pin-Priority: 550
fi fi
if [ "$FS" = ubuntu-netbook ] && \ if [ "$FS" = ubuntu-netbook ] && \
[ "$TARGETARCH+$SUBARCH" = armel+dove ] && \ [ "$TARGETARCH" = armel ] && \
[ -e "$ROOT/usr/share/xsessions/une-efl.desktop" ]; then [ -e "$ROOT/usr/share/xsessions/une-efl.desktop" ]; then
chroot $ROOT /usr/lib/gdm/gdm-set-default-session une-efl chroot $ROOT /usr/lib/gdm/gdm-set-default-session une-efl
fi fi

Loading…
Cancel
Save