From: Daan De Meyer Date: Wed, 10 Apr 2024 12:07:35 +0000 (+0200) Subject: docs: Clarify RuntimeSize= X-Git-Tag: v23~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87f696fb50f94d35b87cfa00d7c7853440663bc9;p=thirdparty%2Fmkosi.git docs: Clarify RuntimeSize= --- diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index 15218de10..21e72ec80 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -1804,10 +1804,10 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, `RuntimeSize=`, `--runtime-size=` -: If specified, disk images are grown to the specified size before - they're booted with systemd-nspawn or qemu. Takes a size in bytes. - Additionally, the suffixes `K`, `M` and `G` can be used to specify a - size in kilobytes, megabytes and gigabytes respectively. +: If specified, disk images are grown to the specified size when + they're booted with `mkosi boot` or `mkosi qemu`. Takes a size in + bytes. Additionally, the suffixes `K`, `M` and `G` can be used to + specify a size in kilobytes, megabytes and gigabytes respectively. `RuntimeScratch=`, `--runtime-scratch=`