summaryrefslogtreecommitdiffstats
path: root/rules/rootfs.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-29 14:14:58 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-02-11 11:23:02 +0100
commit2b9c916f6727cf9ac2ad652b9b0928983ffe8962 (patch)
tree02bb9d64b62205d3ba1d3fcda4170c2bc327f80c /rules/rootfs.in
parent9196b9ac0fa4f1055033a85d84d01a9d6389bac3 (diff)
downloadptxdist-2b9c916f6727cf9ac2ad652b9b0928983ffe8962.tar.gz
ptxdist-2b9c916f6727cf9ac2ad652b9b0928983ffe8962.tar.xz
[rootfs] add /var/tmp as new tmpfs
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rootfs.in')
-rw-r--r--rules/rootfs.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/rootfs.in b/rules/rootfs.in
index 0abde6b90..3141a0fe7 100644
--- a/rules/rootfs.in
+++ b/rules/rootfs.in
@@ -233,6 +233,15 @@ config ROOTFS_VAR_SPOOL_CRON
Unless you want to mount a tmpfs on /var you should
say yes here.
+config ROOTFS_VAR_TMP
+ bool
+ prompt "/var/tmp"
+ default y
+ help
+ Create a /var/tmp directory in the root filesystem.
+ Unless you want to mount a tmpfs on /var you should
+ say yes here.
+
endif # ROOTFS_VAR
endif # ROOTFS