summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-07-09 16:08:38 +0000
committerRoy Marples <roy@marples.name>2008-07-09 16:08:38 +0000
commitb83108cd2e44bd20840295d595160c6354ed4256 (patch)
tree88ec97455ead28fc668da95098849b01d1b299a4 /conf.d
parent1ca63447c9a65e595534cafb7a4d497edf7fa92b (diff)
downloadopenrc-b83108cd2e44bd20840295d595160c6354ed4256.tar.gz
openrc-b83108cd2e44bd20840295d595160c6354ed4256.tar.bz2
openrc-b83108cd2e44bd20840295d595160c6354ed4256.tar.xz
Add a knob to avoid the unmounting of some points.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/Makefile2
-rw-r--r--conf.d/localmount3
2 files changed, 4 insertions, 1 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile
index c874bae..5040ba2 100644
--- a/conf.d/Makefile
+++ b/conf.d/Makefile
@@ -1,5 +1,5 @@
DIR= ${CONFDIR}
-CONF= bootmisc fsck hostname local net urandom
+CONF= bootmisc fsck hostname local localmount net urandom
MK= ../mk
include ${MK}/os.mk
diff --git a/conf.d/localmount b/conf.d/localmount
new file mode 100644
index 0000000..e3361da
--- /dev/null
+++ b/conf.d/localmount
@@ -0,0 +1,3 @@
+# Stop the unmounting of certain points.
+# This could be useful for some NFS related work.
+#no_umounts="/dir1:/var/dir2"