Use -no-progress for Squashfs build process
authorMichael Prokop <devnull@localhost>
Fri, 14 Dec 2007 19:43:50 +0000 (20:43 +0100)
committerMichael Prokop <devnull@localhost>
Fri, 14 Dec 2007 19:43:50 +0000 (20:43 +0100)
debian/changelog
grml-live

index 99a456a..18915d7 100644 (file)
@@ -3,6 +3,7 @@ grml-live (0.0.13) unstable; urgency=low
   * Replace mailx with bsd-mailx in GRML_FULL.
     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
   * Document grml2ram bootoption in grml-cheatcodes.txt
+  * Use -no-progress for Squashfs build process.
   * Remove hwtools from GRML_FULL, see #397723
   * Add new packages to GRML_MEDIUM:
     - truecrypt-2.6.23-grml
index 67b339f..e063a4a 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -542,8 +542,8 @@ else
    [ -f "$CHROOT_OUTPUT/base.tgz" ] && rm -f "$CHROOT_OUTPUT/base.tgz"
 
    # execute squashfs:
-   log "mksquashfs $CHROOT_OUTPUT/* $BUILD_OUTPUT/live/grml.squashfs -noappend"
-   mksquashfs $CHROOT_OUTPUT/* $BUILD_OUTPUT/live/grml.squashfs -noappend $SQUASHFS_OPTIONS $SQUASHFS_ZLIB
+   log "mksquashfs $CHROOT_OUTPUT/* $BUILD_OUTPUT/live/grml.squashfs -noappend -no-progress"
+   mksquashfs $CHROOT_OUTPUT/* $BUILD_OUTPUT/live/grml.squashfs -noappend -no-progress $SQUASHFS_OPTIONS $SQUASHFS_ZLIB
    log "Finished execution of stage 'squashfs' [$(date)]"
    einfo "Finished execution of stage 'squashfs'" ; eend 0
 fi