From 5ec29c558fb06a7bb7fd950261e72e9c011102d8 Mon Sep 17 00:00:00 2001 From: Vyacheslav Yurkov Date: Thu, 16 Dec 2021 12:22:35 +0100 Subject: [PATCH] ref-manual: document overlayfs-etc image feature (From yocto-docs rev: 62c7cea1b916c04bfd5c25e0011424b90d5272a1) Signed-off-by: Vyacheslav Yurkov Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/features.rst | 4 ++++ 1 file changed, 4 insertions(+) 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: - *empty-root-password:* Sets the root password to an empty string, which allows logins with a blank password. +- *overlayfs-etc:* Configures the ``/etc`` directory to be in ``overlayfs``. + This allows to store device specific information elsewhere, especially + if the root filesystem is configured to be read-only. + - *package-management:* Installs package management tools and preserves the package manager database.