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
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-02-23 14:55:06 +0000
3+++ debian/changelog 2011-03-01 16:23:26 +0000
4@@ -1,3 +1,9 @@
5+livecd-rootfs (1.160) natty; urgency=low
6+
7+ * Use Edubuntu theming for Edubuntu LTSP chroot
8+
9+ -- Jonathan Carter <jonathan@ubuntu.com> Tue, 01 Mar 2011 11:06:49 -0500
10+
11 livecd-rootfs (1.159) natty; urgency=low
12
13 * create an empty swapfile on ext2/3 images by default, we care for use
14
15=== modified file 'livecd.sh'
16--- livecd.sh 2011-02-23 14:55:06 +0000
17+++ livecd.sh 2011-03-01 16:23:26 +0000
18@@ -796,7 +796,7 @@
19 edubuntu-dvd)
20 if [ "$TARGETARCH" = "i386" ]; then
21 checkpoint "Building LTSP chroot"
22- ltsp-build-client --base $(pwd) --mirror $MIRROR --arch $TARGETARCH --dist $STE --chroot ltsp-live --purge-chroot --skipimage
23+ 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
24 mkdir -p $(pwd)/images
25 mksquashfs $(pwd)/ltsp-live $(pwd)/images/ltsp-live.img -noF -noD -noI -no-exports -e cdrom
26 rm -Rf $(pwd)/ltsp-live

Subscribers

People subscribed via source and target branches