diff --git a/crates/kit/src/to_disk.rs b/crates/kit/src/to_disk.rs index b34b70ad1..b5879001e 100644 --- a/crates/kit/src/to_disk.rs +++ b/crates/kit/src/to_disk.rs @@ -175,6 +175,8 @@ impl ToDiskOpts { "to-disk", // Default to being a generic image here, if someone cares they can override this "--generic-image", + // The default in newer versions, but support older ones too + "--skip-fetch-check", "--source-imgref", ] .into_iter()