Create Gentoo virtual machines from a stage3/stage4 tarball using libvirt/QEMU
 
Go to file
Dustin 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
src/mkvm stage3: Fetcher.fetch_stage: Pass stderr fd to wget 2015-07-11 17:40:54 -05:00
.gitignore Initial commit 2015-07-11 17:10:39 -05:00
setup.py Initial commit 2015-07-11 17:10:39 -05:00