From 2912599b8a2659e8cd680e770fb6b3712780bbb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Mon, 20 Aug 2012 19:36:55 -0400 Subject: [PATCH] Switch LTSP images to compressed squashfs to match new ltsp-update-image default --- livecd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livecd.sh b/livecd.sh index de866f5a..2a66b0b8 100755 --- a/livecd.sh +++ b/livecd.sh @@ -813,7 +813,7 @@ Pin-Priority: 550 checkpoint "Building LTSP chroot" 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 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 -e cdrom rm -Rf $(pwd)/ltsp-live if [ -f $(pwd)/images/ltsp-live.img ]; then mv $(pwd)/images/ltsp-live.img livecd.$FS-ltsp.squashfs