From: Daan De Meyer Date: Wed, 31 Jan 2024 15:23:06 +0000 (+0100) Subject: Add example usage of QemuDrives= to the man page X-Git-Tag: v21~76^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a25eb956d602d378ab7e3b782b02b4b017f06a46;p=thirdparty%2Fmkosi.git Add example usage of QemuDrives= to the man page --- diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index c0659073e..839d8a8a0 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -1482,6 +1482,16 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, extra comma-delimited properties which are passed verbatim to qemu's `-drive` option. +: Example usage: + + ```conf + [Host] + QemuDrives=btrfs:10G + ext4:20G + QemuArgs=-device nvme,serial=btrfs,drive=btrfs + -device nvme,serial=ext4,drive=ext4 + ``` + `QemuArgs=` : Space-delimited list of additional arguments to pass when invoking