We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18a00c2 + 976a353 commit bdbd9cbCopy full SHA for bdbd9cb
system-reinstall-bootc/src/podman.rs
@@ -80,7 +80,7 @@ pub(crate) fn ensure_podman_installed() -> Result<()> {
80
}
81
82
tracing::warn!(
83
- "Podman was not found on this system. It's required in order to install a bootc image."
+ "Podman was not found on this system. It's required in order to install a bootc image. Attempting to install it automatically."
84
);
85
86
ensure!(
0 commit comments