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 790e7c8 + dda90fe commit 55f1bc6Copy full SHA for 55f1bc6
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