Skip to content

Commit a967244

Browse files
committed
imgstorage: Quiet initialization phase
Should really have noticed this, a bit embarrassing that we're spewing this on the install path. Signed-off-by: Colin Walters <[email protected]>
1 parent b3cfc91 commit a967244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/imgstorage.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ impl Storage {
157157
// root, simply passing a path will attempt to auto-create it.
158158
// We run "podman images" in the new root.
159159
new_podman_cmd_in(&storage_root, &run)?
160+
.stdout(Stdio::null())
160161
.arg("images")
161162
.run()
162163
.context("Initializing images")?;

0 commit comments

Comments
 (0)