From b83108cd2e44bd20840295d595160c6354ed4256 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 9 Jul 2008 16:08:38 +0000 Subject: Add a knob to avoid the unmounting of some points. --- conf.d/Makefile | 2 +- conf.d/localmount | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 conf.d/localmount (limited to 'conf.d') diff --git a/conf.d/Makefile b/conf.d/Makefile index c874bae1..5040ba27 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 00000000..e3361da3 --- /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" -- cgit v1.2.3