mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
[build] Make .liso image generation silent unless errors occur
This commit is contained in:
@@ -70,6 +70,6 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
rm -fr $dir
|
||||||
|
|||||||
Reference in New Issue
Block a user