From cddb53de4280f7d5b8dcfb5963929b5967ac706b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 14 Dec 2007 20:43:50 +0100 Subject: [PATCH] Use -no-progress for Squashfs build process --- debian/changelog | 1 + grml-live | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 99a456a..18915d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/grml-live b/grml-live index 67b339f..e063a4a 100755 --- 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 -- 2.1.4