diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2022-10-10 11:29:03 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:57 +0100 |
commit | 0aa40dc125ae46a8d571d5e1be027ff5136cc09e (patch) | |
tree | 959c87e6ea344cfeb3d3a30837494ef9b08703d8 /documentation | |
parent | d73883dfefdf82329ca870ada9e75f68cf565c93 (diff) | |
download | poky-0aa40dc125ae46a8d571d5e1be027ff5136cc09e.tar.gz |
ref-manual: add OVERLAYFS_ETC_EXPOSE_LOWER
New variable in 4.1.
(From yocto-docs rev: a410d4b7a5cd38badc318508f003e3151846776e)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index d608fa664a..9fe6cbb7b2 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5196,6 +5196,12 @@ system and gives an overview of their function and contents. | |||
5196 | 5196 | ||
5197 | OVERLAYFS_ETC_DEVICE = "/dev/mmcblk0p2" | 5197 | OVERLAYFS_ETC_DEVICE = "/dev/mmcblk0p2" |
5198 | 5198 | ||
5199 | :term:`OVERLAYFS_ETC_EXPOSE_LOWER` | ||
5200 | When the :ref:`overlayfs-etc <ref-classes-overlayfs-etc>` class is | ||
5201 | inherited, if set to "1" then a read-only access to the original | ||
5202 | ``/etc`` content will be provided as a ``lower/`` subdirectory of | ||
5203 | :term:`OVERLAYFS_ETC_MOUNT_POINT`. The default value is "0". | ||
5204 | |||
5199 | :term:`OVERLAYFS_ETC_FSTYPE` | 5205 | :term:`OVERLAYFS_ETC_FSTYPE` |
5200 | When the :ref:`overlayfs-etc <ref-classes-overlayfs-etc>` class is | 5206 | When the :ref:`overlayfs-etc <ref-classes-overlayfs-etc>` class is |
5201 | inherited, specifies the file system type for the read/write | 5207 | inherited, specifies the file system type for the read/write |