diff options
author | Roy Marples <roy@marples.name> | 2008-07-09 16:08:38 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-07-09 16:08:38 +0000 |
commit | b83108cd2e44bd20840295d595160c6354ed4256 (patch) | |
tree | 88ec97455ead28fc668da95098849b01d1b299a4 /conf.d/localmount | |
parent | 1ca63447c9a65e595534cafb7a4d497edf7fa92b (diff) |
Add a knob to avoid the unmounting of some points.
Diffstat (limited to 'conf.d/localmount')
-rw-r--r-- | conf.d/localmount | 3 |
1 files changed, 3 insertions, 0 deletions
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" |