From 08984bef3aefcd44e48562f702f2ab9c983bc78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= Date: Tue, 11 Oct 2022 21:33:31 +0200 Subject: [PATCH] Change dnf ostree default value --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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