diff --git a/debian/changelog b/debian/changelog index a5ed640b..30933e2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 10 Jan 2011 23:27:43 +0100 + livecd-rootfs (1.153) natty; urgency=low * Update default suite in BuildLiveCD to natty. diff --git a/livecd.sh b/livecd.sh index 64e8f25a..54284d26 100755 --- a/livecd.sh +++ b/livecd.sh @@ -712,7 +712,7 @@ Pin-Priority: 550 fi if [ "$FS" = ubuntu-netbook ] && \ - [ "$TARGETARCH+$SUBARCH" = armel+dove ] && \ + [ "$TARGETARCH" = armel ] && \ [ -e "$ROOT/usr/share/xsessions/une-efl.desktop" ]; then chroot $ROOT /usr/lib/gdm/gdm-set-default-session une-efl fi