[libvirt PATCH 01/33] docs: Fix documentation for loader.stateless attribute

Andrea Bolognani posted 33 patches 2 years, 11 months ago
[libvirt PATCH 01/33] docs: Fix documentation for loader.stateless attribute
Posted by Andrea Bolognani 2 years, 11 months ago
It works exactly the other way around.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 docs/formatdomain.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index 36c6d87907..8407bab1ba 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -255,7 +255,7 @@ harddisk, cdrom, network) determining where to obtain/find the boot image.
    is assumed that there will be a writable NVRAM available. In some cases,
    however, it may be desirable for the loader to run without any NVRAM, discarding
    any config changes on shutdown. The ``stateless`` flag (:since:`Since 8.6.0`)
-   can be used to control this behaviour, when set to ``no`` NVRAM will never
+   can be used to control this behaviour, when set to ``yes`` NVRAM will never
    be created.
 ``nvram``
    Some UEFI firmwares may want to use a non-volatile memory to store some
-- 
2.39.1