From: Joerg Behrmann Date: Mon, 11 Dec 2023 11:21:13 +0000 (+0100) Subject: man: fix name of option RepartOffline X-Git-Tag: v20~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a85e2d91bbca2c0d6dc2da5005a04c25e43081a;p=thirdparty%2Fmkosi.git man: fix name of option RepartOffline --- diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index 1b79b17f1..884a57155 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -722,18 +722,18 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, : Override the default sector size that systemd-repart uses when building a disk image. -`Offline=`, `--offline=` +`RepartOffline=`, `--repart-offline=` : Specifies whether to build disk images using loopback devices. Enabled by default. When enabled, `systemd-repart` will not use loopback devices to build disk images. When disabled, `systemd-repart` will always use loopback devices to build disk images. -: Note that when using `Offline=no` mkosi cannot run unprivileged and +: Note that when using `RepartOffline=no` mkosi cannot run unprivileged and the image build has to be done as the root user outside of any containers and with loopback devices available on the host system. -: There are currently two known scenarios where `Offline=no` has to be +: There are currently two known scenarios where `RepartOffline=no` has to be used. The first is when using `Subvolumes=` in a repart partition definition file, as subvolumes cannot be created without using loopback devices. The second is when creating a system with SELinux