Skip to content

Commit bdbd9cb

Browse files
authored
Merge pull request #1121 from omertuc/podmanmsg
reinstall: Clarify that Podman is being installed automatically
2 parents 18a00c2 + 976a353 commit bdbd9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-reinstall-bootc/src/podman.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pub(crate) fn ensure_podman_installed() -> Result<()> {
8080
}
8181

8282
tracing::warn!(
83-
"Podman was not found on this system. It's required in order to install a bootc image."
83+
"Podman was not found on this system. It's required in order to install a bootc image. Attempting to install it automatically."
8484
);
8585

8686
ensure!(

0 commit comments

Comments
 (0)