diff --git a/src/config.rs b/src/config.rs index 9eec74c7..2acade8c 100644 --- a/src/config.rs +++ b/src/config.rs @@ -798,7 +798,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