mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 13:17:21 +00:00
switch default session for armel netbook images to unity-2d
This commit is contained in:
parent
2e037f1df2
commit
17eb3be5f2
6
debian/changelog
vendored
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
|
||||
|
||||
* 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 ] && \
|
||||
[ "$TARGETARCH" = armel ] && \
|
||||
[ -e "$ROOT/usr/share/xsessions/une-efl.desktop" ]; then
|
||||
chroot $ROOT /usr/lib/gdm/gdm-set-default-session une-efl
|
||||
[ -e "$ROOT/usr/share/xsessions/unity-2d.desktop" ]; then
|
||||
chroot $ROOT /usr/lib/gdm/gdm-set-default-session unity-2d
|
||||
fi
|
||||
|
||||
# all done with the chroot; reset the debconf frontend, so Colin doesn't cry
|
||||
|
Loading…
x
Reference in New Issue
Block a user