summaryrefslogtreecommitdiffstats
path: root/rules/rootfs.in
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2019-06-05 14:54:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-06-08 10:00:38 +0200
commit33915316c4426a7c12782370a490f30fd433c793 (patch)
treefc6c7b5bb5c2fef6c508788d65a923b76b194ba1 /rules/rootfs.in
parent9bdef6e55a0e6ed0d49967f721d2c7d5a6eaa815 (diff)
downloadptxdist-33915316c4426a7c12782370a490f30fd433c793.tar.gz
ptxdist-33915316c4426a7c12782370a490f30fd433c793.tar.xz
rootfs: '/var' is a mandatory directory according to FHS
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'rules/rootfs.in')
-rw-r--r--rules/rootfs.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/rules/rootfs.in b/rules/rootfs.in
index 04f7a5287..f105dc477 100644
--- a/rules/rootfs.in
+++ b/rules/rootfs.in
@@ -169,15 +169,7 @@ config ROOTFS_TMP
Create a /tmp directory in the root filesystem.
You should say yes here.
-config ROOTFS_VAR
- bool
- prompt "/var"
- default y
- help
- Create a /var directory in the root filesystem.
- You should say yes here.
-
-if ROOTFS_VAR
+menu "/var "
config ROOTFS_VAR_RUN
bool
@@ -250,7 +242,7 @@ config ROOTFS_VAR_TMP
Unless you want to mount a tmpfs on /var you should
say yes here.
-endif # ROOTFS_VAR
+endmenu
endif # ROOTFS
# ----------------------------------------------------------------------------