]> code.ossystems Code Review - openembedded-core.git/commitdiff
overlayfs: update notes on /etc
authorVyacheslav Yurkov <uvv.mail@gmail.com>
Fri, 10 Dec 2021 13:01:44 +0000 (14:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Dec 2021 11:27:20 +0000 (11:27 +0000)
Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/overlayfs.bbclass

index 3c0f4dc882adc1a684eb4cd7f757cf58e7b25933..f1b8086ea8a82f762f53201dc0dd77f2c05c6866 100644 (file)
@@ -31,6 +31,7 @@
 #   OVERLAYFS_WRITABLE_PATHS[mnt-overlay] = "/usr/share/another-application"
 #
 # Note: the class does not support /etc directory itself, because systemd depends on it
+# For /etc directory use overlayfs-etc class
 
 REQUIRED_DISTRO_FEATURES += "systemd overlayfs"