edubuntu-dvd/ltsp: mksquashfs needs the directory to exist

ubuntu/precise 1.111
LaMont Jones 15 years ago
parent 969b6d265e
commit a4fbd97041

7
debian/changelog vendored

@ -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 <lamont@ubuntu.com> Fri, 26 Mar 2010 19:09:25 -0600
livecd-rootfs (1.110) lucid; urgency=low livecd-rootfs (1.110) lucid; urgency=low
* Add support for armel+omap, and remove incorrect comments from the armel * Add support for armel+omap, and remove incorrect comments from the armel

@ -21,7 +21,7 @@ set -eu
# Boston, MA 02110-1301 USA. # # 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() { cleanup() {
for mnt in ${ROOT}dev/pts ${ROOT}dev/shm ${ROOT}.dev ${ROOT}dev \ for mnt in ${ROOT}dev/pts ${ROOT}dev/shm ${ROOT}.dev ${ROOT}dev \
@ -653,6 +653,7 @@ Pin-Priority: 550
edubuntu-dvd) edubuntu-dvd)
if [ "$TARGETARCH" = "i386" ]; then if [ "$TARGETARCH" = "i386" ]; then
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 --purge-chroot --skipimage
mkdir -p $(pwd)/images
mksquashfs $(pwd)/ltsp-live $(pwd)/images/ltsp-live.img -noF -noD -noI -no-exports -e cdrom mksquashfs $(pwd)/ltsp-live $(pwd)/images/ltsp-live.img -noF -noD -noI -no-exports -e cdrom
rm -Rf $(pwd)/ltsp-live rm -Rf $(pwd)/ltsp-live
if [ -f $(pwd)/images/ltsp-live.img ]; then if [ -f $(pwd)/images/ltsp-live.img ]; then

Loading…
Cancel
Save