From: Nils K <24257556+septatrix@users.noreply.github.com> Date: Mon, 3 Mar 2025 00:27:46 +0000 (+0100) Subject: Fix Drives= documentation X-Git-Tag: v26~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b9509c8492cfa15143daa0f2f032c445d4e939;p=thirdparty%2Fmkosi.git Fix Drives= documentation Follow up for 7ff9a890c1947b4111010e81e0e64e06a0e8d800 --- diff --git a/mkosi/resources/man/mkosi.1.md b/mkosi/resources/man/mkosi.1.md index 49d8e0650..34650c932 100644 --- a/mkosi/resources/man/mkosi.1.md +++ b/mkosi/resources/man/mkosi.1.md @@ -1789,7 +1789,7 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, gigabytes respectively. `directory` optionally specifies the directory in which to create the file backing the drive. `options` optionally specifies extra comma-delimited properties which are passed verbatim - to **qemu**'s `-drive` option. `file-id` specifies the ID of the file + to **qemu**'s `-blockdev` option. `file-id` specifies the ID of the file backing the drive. Drives with the same file ID will share the backing file. The directory and size of the file will be determined from the first drive with a given file ID.