mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-31 04:41:18 +00:00
Import patches-unapplied version 1.158 to ubuntu/natty
Imported using git-ubuntu import. Changelog parent: 39492896353a3deb92d40e639497b58349319c4e New changelog entries: * switch default session for armel netbook images to unity-2d
This commit is contained in:
parent
3949289635
commit
11922919e9
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (1.158) natty; urgency=low
|
||||||
|
|
||||||
|
* switch default session for armel netbook images to unity-2d
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Tue, 15 Feb 2011 18:20: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…
x
Reference in New Issue
Block a user