Skip to content

Commit

Permalink
imgstorage: Quiet initialization phase
Browse files Browse the repository at this point in the history
Should really have noticed this, a bit embarrassing that we're
spewing this on the install path.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Aug 26, 2024
1 parent b3cfc91 commit a967244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/imgstorage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ impl Storage {
// root, simply passing a path will attempt to auto-create it.
// We run "podman images" in the new root.
new_podman_cmd_in(&storage_root, &run)?
.stdout(Stdio::null())
.arg("images")
.run()
.context("Initializing images")?;
Expand Down

0 comments on commit a967244

Please sign in to comment.