summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2019-06-28 09:48:13 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-06-28 10:07:10 +0200
commit2672974f6650c1e8e08ba5c42da4f0c253dff2fe (patch)
tree478197cf9f8f986e90e60560a679263b6b163f58
parent4c3edf4d119ccebf691313e69ce1cace3c1d3dc8 (diff)
downloadptxdist-2672974f6650c1e8e08ba5c42da4f0c253dff2fe.tar.gz
ptxdist-2672974f6650c1e8e08ba5c42da4f0c253dff2fe.tar.xz
samba: adapt package's '/var/lib' and '/var/cache' requirements
Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/samba.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/samba.in b/rules/samba.in
index ec5423661..aeaf90a75 100644
--- a/rules/samba.in
+++ b/rules/samba.in
@@ -19,6 +19,8 @@ menuconfig SAMBA
select READLINE
select SYSTEMD if SAMBA_SYSTEMD_UNIT
select ZLIB
+ select ROOTFS_VAR_LIB if RUNTIME
+ select ROOTFS_VAR_CACHE if RUNTIME
help
Samba is an Open Source/Free Software suite that has, since
1992, provided file and print services to all manner of
@@ -28,6 +30,9 @@ menuconfig SAMBA
See http://www.samba.org for details.
+ Note: on a read-only root filesystem this package still requires a
+ writable '/var/lib' and '/var/cache'.
+
if SAMBA
config SAMBA_COMMON