Assume Fedora Silverblue based on os-release and not on existence of rpm-ostree (#393)

* Do not assume silverblue if rpm-ostree is available

* Fix typo

* Fix config error
This commit is contained in:
Thomas Schönauer
2023-04-30 18:22:08 +00:00
committed by GitHub
parent 0991cc8a6f
commit d406e2aeab
2 changed files with 24 additions and 2 deletions

View File

@@ -997,7 +997,7 @@ impl Config {
.linux
.as_ref()
.and_then(|linux| linux.rpm_ostree)
.unwrap_or(true)
.unwrap_or(false)
}
/// Should we ignore failures for this step