diff options
-rw-r--r-- | meta/classes/overlayfs.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/overlayfs.bbclass b/meta/classes/overlayfs.bbclass index 3c0f4dc882..f1b8086ea8 100644 --- a/meta/classes/overlayfs.bbclass +++ b/meta/classes/overlayfs.bbclass | |||
@@ -31,6 +31,7 @@ | |||
31 | # OVERLAYFS_WRITABLE_PATHS[mnt-overlay] = "/usr/share/another-application" | 31 | # OVERLAYFS_WRITABLE_PATHS[mnt-overlay] = "/usr/share/another-application" |
32 | # | 32 | # |
33 | # Note: the class does not support /etc directory itself, because systemd depends on it | 33 | # Note: the class does not support /etc directory itself, because systemd depends on it |
34 | # For /etc directory use overlayfs-etc class | ||
34 | 35 | ||
35 | REQUIRED_DISTRO_FEATURES += "systemd overlayfs" | 36 | REQUIRED_DISTRO_FEATURES += "systemd overlayfs" |
36 | 37 | ||