summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index c637549db8..7064ab8f6c 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7385,17 +7385,12 @@ system and gives an overview of their function and contents.
7385 prefer to have a read-only root filesystem and prefer to keep 7385 prefer to have a read-only root filesystem and prefer to keep
7386 writeable data in one place. 7386 writeable data in one place.
7387 7387
7388 You can override the default by setting the variable in any layer or 7388 When setting ``INIT_MANAGER = systemd``, the default will be set to::
7389 in the ``local.conf`` file. Because the default is set using a "weak"
7390 assignment (i.e. "??="), you can use either of the following forms to
7391 define your override::
7392 7389
7393 ROOT_HOME = "/root"
7394 ROOT_HOME ?= "/root" 7390 ROOT_HOME ?= "/root"
7395 7391
7396 These 7392 You can also override the default by setting the variable in your distro
7397 override examples use ``/root``, which is probably the most commonly 7393 configuration or in the ``local.conf`` file.
7398 used override.
7399 7394
7400 :term:`ROOTFS` 7395 :term:`ROOTFS`
7401 Indicates a filesystem image to include as the root filesystem. 7396 Indicates a filesystem image to include as the root filesystem.