2008-07-09 16:08:38 +00:00
|
|
|
# Stop the unmounting of certain points.
|
|
|
|
# This could be useful for some NFS related work.
|
|
|
|
#no_umounts="/dir1:/var/dir2"
|
2016-01-19 12:32:56 -06:00
|
|
|
#
|
2016-04-25 12:04:34 -05:00
|
|
|
# Mark certain mount points as critical.
|
2017-07-24 17:14:08 -05:00
|
|
|
# This contains a space separated list of mount points which should be
|
2016-04-25 12:04:34 -05:00
|
|
|
# considered critical. If one of these mount points cannot be mounted,
|
|
|
|
# localmount will fail.
|
|
|
|
# By default, this is empty.
|
|
|
|
#critical_mounts="/home /var"
|