Skip to content

Commit 976a353

Browse files
committed
reinstall: Clarify that Podman is being installed automatically
This warning message is shown when Podman is not found on the system. It is not clear that the script will attempt to install Podman automatically if it is not found. This commit changes the message to make it clear that Podman will be installed automatically. Signed-off-by: Omer Tuchfeld <[email protected]>
1 parent 7592807 commit 976a353

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)