summaryrefslogtreecommitdiffstats
path: root/rules/rootfs.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/rootfs.in')
-rw-r--r--rules/rootfs.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules/rootfs.in b/rules/rootfs.in
index 0f32c0981..0abde6b90 100644
--- a/rules/rootfs.in
+++ b/rules/rootfs.in
@@ -217,6 +217,22 @@ config ROOTFS_VAR_CACHE
Unless you want to mount a tmpfs on /var you should
say yes here.
+config ROOTFS_VAR_SPOOL
+ bool
+ prompt "/var/spool"
+ help
+ Create a /var/spool directory in the root filesystem.
+ Unless you want to mount a tmpfs on /var you should
+ say yes here.
+
+config ROOTFS_VAR_SPOOL_CRON
+ bool
+ prompt "/var/spool/cron"
+ help
+ Create a /var/spool/cron directory in the root filesystem.
+ Unless you want to mount a tmpfs on /var you should
+ say yes here.
+
endif # ROOTFS_VAR
endif # ROOTFS