aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-14 14:08:56 -0500
committerDave Reisner <d@falconindy.com>2010-01-14 14:08:56 -0500
commit535cfb847481997e97576d13ce78a9ace4bb4541 (patch)
treee0925ee14779c0d0d668337ce8ebda950ed6e75f
parent7c75bf79d73b203e114ebf39b1ce32b0a4e0783c (diff)
downloadsquashfu-535cfb847481997e97576d13ce78a9ace4bb4541.tar.gz
Squelch output on initial squash creation
-rwxr-xr-xsquashfu2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfu b/squashfu
index 39c5952..1dcbf41 100755
--- a/squashfu
+++ b/squashfu
@@ -26,7 +26,7 @@ create_new_squash () {
# If making first seed, create it empty and return
if [[ $1 -eq -1 ]]; then
- mksquashfs "$UNION_MOUNT" "$SEED" -b 65536
+ mksquashfs "$UNION_MOUNT" "$SEED" -b 65536 >/dev/null
return $?
fi