diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/Makefile | 2 | ||||
-rw-r--r-- | conf.d/localmount | 3 |
2 files changed, 4 insertions, 1 deletions
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" |