Merge lp:~jonathan/ubuntu/natty/livecd-rootfs/livecd-rootfs into lp:ubuntu/natty/livecd-rootfs

Proposed by Jonathan Carter
Status: Merged
Merge reported by: Colin Watson
Merged at revision: not available
Proposed branch: lp:~jonathan/ubuntu/natty/livecd-rootfs/livecd-rootfs
Merge into: lp:ubuntu/natty/livecd-rootfs
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
livecd.sh (+1/-1)
To merge this branch: bzr merge lp:~jonathan/ubuntu/natty/livecd-rootfs/livecd-rootfs
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+51770@code.launchpad.net

Description of the change

The LiveCD build script has been updated to install the Edubuntu Plymouth and LDM themes in the LTSP chroot environment built for Edubuntu. debian/changelog has been updated accordingly, the package has not been uploaded yet (please sponsor if possible).

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

I can't merge this directly because it's branched from lp:ubuntu/livecd-rootfs rather than lp:livecd-rootfs, and the latter is where we actually work. I'll apply the same change to lp:livecd-rootfs, though. The substance of the change looks fine. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-02-23 14:55:06 +0000
+++ debian/changelog 2011-03-01 16:23:26 +0000
@@ -1,3 +1,9 @@
1livecd-rootfs (1.160) natty; urgency=low
2
3 * Use Edubuntu theming for Edubuntu LTSP chroot
4
5 -- Jonathan Carter <jonathan@ubuntu.com> Tue, 01 Mar 2011 11:06:49 -0500
6
1livecd-rootfs (1.159) natty; urgency=low7livecd-rootfs (1.159) natty; urgency=low
28
3 * create an empty swapfile on ext2/3 images by default, we care for use9 * create an empty swapfile on ext2/3 images by default, we care for use
410
=== modified file 'livecd.sh'
--- livecd.sh 2011-02-23 14:55:06 +0000
+++ livecd.sh 2011-03-01 16:23:26 +0000
@@ -796,7 +796,7 @@
796 edubuntu-dvd)796 edubuntu-dvd)
797 if [ "$TARGETARCH" = "i386" ]; then797 if [ "$TARGETARCH" = "i386" ]; then
798 checkpoint "Building LTSP chroot"798 checkpoint "Building LTSP chroot"
799 ltsp-build-client --base $(pwd) --mirror $MIRROR --arch $TARGETARCH --dist $STE --chroot ltsp-live --purge-chroot --skipimage799 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
800 mkdir -p $(pwd)/images800 mkdir -p $(pwd)/images
801 mksquashfs $(pwd)/ltsp-live $(pwd)/images/ltsp-live.img -noF -noD -noI -no-exports -e cdrom801 mksquashfs $(pwd)/ltsp-live $(pwd)/images/ltsp-live.img -noF -noD -noI -no-exports -e cdrom
802 rm -Rf $(pwd)/ltsp-live802 rm -Rf $(pwd)/ltsp-live

Subscribers

People subscribed via source and target branches