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.
1 parent 790e7c8 commit dda90feCopy full SHA for dda90fe
lib/src/cli.rs
@@ -392,7 +392,7 @@ async fn upgrade(opts: UpgradeOpts) -> Result<()> {
392
.map_or(false, |b| b.incompatible)
393
{
394
return Err(anyhow::anyhow!(
395
- "Booted deployment contains local rpm-ostree modifications; cannot upgrade via bootc"
+ "Booted deployment contains local rpm-ostree modifications; cannot upgrade via bootc. You can run `rpm-ostree reset` to undo the modifications."
396
));
397
}
398
let spec = RequiredHostSpec::from_spec(&host.spec)?;
0 commit comments