From d0c869bbc1ec928681c9b64dc3d8aac5d0339de6 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Fri, 26 Mar 2010 20:23:41 -0600 Subject: [PATCH] Import patches-unapplied version 1.112 to ubuntu/lucid Imported using git-ubuntu import. Changelog parent: b5a90a684928a817c5118b9ac9703ce750c5cc95 New changelog entries: * ltsp image needs to be readable --- debian/changelog | 6 ++++++ livecd.sh | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index bf0a1f9b..d28c7422 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (1.112) lucid; urgency=low + + * ltsp image needs to be readable + + -- LaMont Jones Fri, 26 Mar 2010 20:23:41 -0600 + livecd-rootfs (1.111) lucid; urgency=low * edubuntu-dvd/ltsp: mksquashfs needs the directory to exist diff --git a/livecd.sh b/livecd.sh index 9898c6e9..57197fcf 100755 --- a/livecd.sh +++ b/livecd.sh @@ -658,6 +658,7 @@ Pin-Priority: 550 rm -Rf $(pwd)/ltsp-live if [ -f $(pwd)/images/ltsp-live.img ]; then mv $(pwd)/images/ltsp-live.img livecd.$FS-ltsp.squashfs + chmod 644 livecd.$FS-ltsp.squashfs rmdir --ignore-fail-on-non-empty $(pwd)/images/ else echo "LTSP: Unable to build the chroot, see above for details."