Files
vphone-cli/sources
zqxwceandClaude Fable 5 8de3c1c5c2 vphone-cli: Show fw prepare output during vm create
The fw prepare step sent the script's entire stdout/stderr to
/dev/null unless -v was passed, so the aria2c/curl/wget progress bar
was discarded with it. That left the longest phase of the pipeline —
a multi-GB IPSW download — printing nothing for minutes, which reads
as a hang.

Stream it unconditionally. Standalone `fw prepare` already does this
by flooring its verbosity at .info; this brings `vm create` in line.
The script itself is status-line based (~40 echoes, unzip -oq, no
per-file loops), so this adds progress rather than noise.

Co-Authored-By: Claude Fable 5 <[email protected]>
2026-08-05 17:01:19 +03:00
..
2026-03-11 00:42:26 +08:00
2026-03-11 00:42:26 +08:00