]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Add example usage of QemuDrives= to the man page
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 31 Jan 2024 15:23:06 +0000 (16:23 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 1 Feb 2024 07:48:13 +0000 (08:48 +0100)
mkosi/resources/mkosi.md

index c0659073e5308cca07ddb6cf3be272248d59326f..839d8a8a05ebe0c30d4594efaf667ccb9eb31504 100644 (file)
@@ -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