From: Daan De Meyer Date: Thu, 19 Sep 2024 17:47:58 +0000 (+0200) Subject: Don't pick up definitions from the host when running burn X-Git-Tag: v25~279^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3049%2Fhead;p=thirdparty%2Fmkosi.git Don't pick up definitions from the host when running burn --- diff --git a/mkosi/burn.py b/mkosi/burn.py index d75002ea8..ffa8bb2e9 100644 --- a/mkosi/burn.py +++ b/mkosi/burn.py @@ -26,6 +26,7 @@ def run_burn(args: Args, config: Config) -> None: "--offline=yes", "--empty=force", "--dry-run=no", + "--definitions=/", f"--copy-from={fname}", device, ]