The main entry point of the `mkvm` program closes FD 3 (native stderr) to prevent extraneous messages from libvirt. Unfortunately, this breaks wget's progress indicator, as it is printed to stderr as well. To ensure that the progress indicator works, we have to pass the FD of the copy of stderr to wget. |
||
---|---|---|
src/mkvm | ||
.gitignore | ||
setup.py |