From a4fbd97041db2ce38f477bc586ff87999629b1c2 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Fri, 26 Mar 2010 19:10:13 -0600 Subject: [PATCH] edubuntu-dvd/ltsp: mksquashfs needs the directory to exist --- debian/changelog | 7 +++++++ livecd.sh | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c920071b..bf0a1f9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (1.111) lucid; urgency=low + + * edubuntu-dvd/ltsp: mksquashfs needs the directory to exist + * clean up comments + + -- LaMont Jones Fri, 26 Mar 2010 19:09:25 -0600 + livecd-rootfs (1.110) lucid; urgency=low * Add support for armel+omap, and remove incorrect comments from the armel diff --git a/livecd.sh b/livecd.sh index 89f99fc0..9898c6e9 100755 --- a/livecd.sh +++ b/livecd.sh @@ -21,7 +21,7 @@ set -eu # Boston, MA 02110-1301 USA. # ########################################################################## -# Depends: debootstrap, rsync, python-minimal|python, procps, squashfs-tools, ltsp-server +# Depends: debootstrap, rsync, python-minimal|python, procps, squashfs-tools, ltsp-server [i386] cleanup() { for mnt in ${ROOT}dev/pts ${ROOT}dev/shm ${ROOT}.dev ${ROOT}dev \ @@ -653,6 +653,7 @@ Pin-Priority: 550 edubuntu-dvd) if [ "$TARGETARCH" = "i386" ]; then ltsp-build-client --base $(pwd) --mirror $MIRROR --arch $TARGETARCH --dist $STE --chroot ltsp-live --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 if [ -f $(pwd)/images/ltsp-live.img ]; then