Skip to content

Commit

Permalink
Squelch output on initial squash creation
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Jan 14, 2010
1 parent 7c75bf7 commit 535cfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squashfu
Expand Up @@ -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

Expand Down

0 comments on commit 535cfb8

Please sign in to comment.