Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[build] Make .liso image generation silent unless errors occur
  • Loading branch information
Michael Brown committed Aug 2, 2009
1 parent 96f4f96 commit b570c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/genliso
Expand Up @@ -70,6 +70,6 @@ then
exit 1
fi

mkisofs -o $out -c boot.cat -b boot.img $dir
mkisofs -q -o $out -c boot.cat -b boot.img $dir

rm -fr $dir

0 comments on commit b570c2e

Please sign in to comment.