Import patches-unapplied version 1.164 to ubuntu/natty

Imported using git-ubuntu import.

Changelog parent: 953cf9baaf0e4eed21bb7c966b2d97554c8ed23d

New changelog entries:
  * Use Edubuntu theming for Edubuntu LTSP chroot.
This commit is contained in:
Jonathan Carter 2011-03-14 10:03:33 +00:00 committed by usd-importer
parent 953cf9baaf
commit 746b2cea47
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (1.164) natty; urgency=low
* Use Edubuntu theming for Edubuntu LTSP chroot.
-- Jonathan Carter <jonathan@ubuntu.com> Mon, 14 Mar 2011 10:03:33 +0000
livecd-rootfs (1.163) natty; urgency=low
* make sure preinstalled images do not have the build machine set as

View File

@ -807,7 +807,7 @@ Pin-Priority: 550
edubuntu-dvd)
if [ "$TARGETARCH" = "i386" ]; then
checkpoint "Building LTSP chroot"
ltsp-build-client --base $(pwd) --mirror $MIRROR --arch $TARGETARCH --dist $STE --chroot ltsp-live --purge-chroot --skipimage
ltsp-build-client --base $(pwd) --mirror $MIRROR --arch $TARGETARCH --dist $STE --chroot ltsp-live --late-packages ldm-edubuntu-theme,plymouth-theme-edubuntu --purge-chroot --skipimage
mkdir -p $(pwd)/images
mksquashfs $(pwd)/ltsp-live $(pwd)/images/ltsp-live.img -noF -noD -noI -no-exports -e cdrom
rm -Rf $(pwd)/ltsp-live