From: Daan De Meyer Date: Thu, 14 Dec 2023 12:50:59 +0000 (+0100) Subject: Use RuntimeTrees= instead of RuntimeMounts= X-Git-Tag: v20~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb78516516b88f4c15293e986dbccf405fe9337a;p=thirdparty%2Fmkosi.git Use RuntimeTrees= instead of RuntimeMounts= --- diff --git a/mkosi/qemu.py b/mkosi/qemu.py index 513e9f91a..d2e974f01 100644 --- a/mkosi/qemu.py +++ b/mkosi/qemu.py @@ -307,7 +307,7 @@ def find_virtiofsd() -> Optional[Path]: def start_virtiofsd(directory: Path, *, uidmap: bool) -> Iterator[Path]: virtiofsd = find_virtiofsd() if virtiofsd is None: - die("virtiofsd must be installed to boot directory images or use RuntimeMounts= with mkosi qemu") + die("virtiofsd must be installed to boot directory images or use RuntimeTrees= with mkosi qemu") cmdline: list[PathString] = [ virtiofsd,