diff options
author | Vyacheslav Yurkov <uvv.mail@gmail.com> | 2021-12-16 12:22:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-07 11:12:06 +0000 |
commit | 5ec29c558fb06a7bb7fd950261e72e9c011102d8 (patch) | |
tree | 13a295a6758827602cb0a025c7cab46bc1f3c31e /documentation | |
parent | 4b2d79d740f14e1197ef6510b71cd3b0e425ccc5 (diff) | |
download | poky-5ec29c558fb06a7bb7fd950261e72e9c011102d8.tar.gz |
ref-manual: document overlayfs-etc image feature
(From yocto-docs rev: 62c7cea1b916c04bfd5c25e0011424b90d5272a1)
Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/features.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index ded653221c..f7abb417ba 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -219,6 +219,10 @@ Here are the image features available for all images: | |||
219 | - *empty-root-password:* Sets the root password to an empty string, | 219 | - *empty-root-password:* Sets the root password to an empty string, |
220 | which allows logins with a blank password. | 220 | which allows logins with a blank password. |
221 | 221 | ||
222 | - *overlayfs-etc:* Configures the ``/etc`` directory to be in ``overlayfs``. | ||
223 | This allows to store device specific information elsewhere, especially | ||
224 | if the root filesystem is configured to be read-only. | ||
225 | |||
222 | - *package-management:* Installs package management tools and preserves | 226 | - *package-management:* Installs package management tools and preserves |
223 | the package manager database. | 227 | the package manager database. |
224 | 228 | ||