core-image.bbclass: Document two image features that were missing

This adds documentation of overlayfs-etc and
read-only-rootfs-delayed-postinsts.

(From OE-Core rev: be4882e38e9bc00c1b927982d4ef6a559f5905f7)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt 2025-10-08 21:52:18 +02:00 committed by Richard Purdie
parent edc81a05ba
commit f55108f74d

View File

@ -41,7 +41,9 @@
# - zsh-completion-pkgs - zsh-completion packages
#
# These features tweak the behavior of the rootfs:
# - overlayfs-etc - sets up /etc in overlayfs
# - read-only-rootfs - tweaks an image to support a read-only rootfs
# - read-only-rootfs-delayed-postinsts - supports post-install scripts with read-only-rootfs
# - stateless-rootfs - systemctl-native is not run, image is populated by systemd at runtime
#
# These features are for development purposes (some were previously part of the debug-tweaks feature):