Commit Graph

2 Commits (e28238dc33194c155de2c00419e67123a1a978a2)

Author SHA1 Message Date
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
Dustin 6dbc137b3a Initial commit 2015-07-11 17:10:39 -05:00