mirror of https://github.com/ipxe/ipxe.git
[build] Make .liso image generation silent unless errors occur
parent
96f4f96540
commit
b570c2efd8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue