From df2a325b8abc06af1f184e184b56aacafd0c9c2d Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Mon, 14 Mar 2011 10:03:25 +0000 Subject: [PATCH] Use Edubuntu theming for Edubuntu LTSP chroot. --- debian/changelog | 6 ++++++ livecd.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 951884c1..551cc15e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (1.164) UNRELEASED; urgency=low + + * Use Edubuntu theming for Edubuntu LTSP chroot. + + -- Jonathan Carter Tue, 01 Mar 2011 11:06:49 -0500 + livecd-rootfs (1.163) natty; urgency=low * make sure preinstalled images do not have the build machine set as diff --git a/livecd.sh b/livecd.sh index 17801190..6cb9d378 100755 --- a/livecd.sh +++ b/livecd.sh @@ -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