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