]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Use RuntimeTrees= instead of RuntimeMounts=
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 14 Dec 2023 12:50:59 +0000 (13:50 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 14 Dec 2023 12:59:15 +0000 (13:59 +0100)
mkosi/qemu.py

index 513e9f91a127f84fe4209a73dff892a7bcbefc1b..d2e974f011fddfc057c87e5de63903ca5a5a29a0 100644 (file)
@@ -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,