Dustin C. Hatch e28238dc33 stage3: Fetcher.fetch_stage: Pass stderr fd to wget
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.
2015-07-11 17:40:54 -05:00
2015-07-11 17:10:39 -05:00
2015-07-11 17:10:39 -05:00
Description
Create Gentoo virtual machines from a stage3/stage4 tarball using libvirt/QEMU
276 KiB
Languages
Python 100%