summaryrefslogtreecommitdiffstats
path: root/rules/rootfs.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/rootfs.in')
-rw-r--r--rules/rootfs.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/rootfs.in b/rules/rootfs.in
index ef7f003fb..5965417e1 100644
--- a/rules/rootfs.in
+++ b/rules/rootfs.in
@@ -182,10 +182,11 @@ if ROOTFS_VAR
config ROOTFS_VAR_RUN
bool
+ select ROOTFS_RUN
prompt "/var/run"
default y
help
- Create a /var/run directory in the root filesystem.
+ This will not create a directory but a symlink to /run.
Unless you want to mount a tmpfs on /var you should
say yes here.