diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-14 14:08:56 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-14 14:08:56 -0500 |
commit | 535cfb847481997e97576d13ce78a9ace4bb4541 (patch) | |
tree | e0925ee14779c0d0d668337ce8ebda950ed6e75f | |
parent | 7c75bf79d73b203e114ebf39b1ce32b0a4e0783c (diff) | |
download | squashfu-535cfb847481997e97576d13ce78a9ace4bb4541.tar.gz |
Squelch output on initial squash creation
-rwxr-xr-x | squashfu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |