diff options
author | Doug Freed <dwfreed@mtu.edu> | 2016-12-17 18:39:53 +0000 |
---|---|---|
committer | Doug Freed <dwfreed@mtu.edu> | 2016-12-17 18:39:53 +0000 |
commit | 72c0824961fc257b634a9439496e04d1b3392ef1 (patch) | |
tree | 5bceafddeb9c4e9faee5aefbfe735eb5cfe2051d /init.d/localmount.in | |
parent | 5b7e3490ef2ce96c35e6c18b4c64e8c61586bb7a (diff) |
localmount: add comment about types variable
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r-- | init.d/localmount.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in index f02f9296..cae80c34 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -22,6 +22,7 @@ depend() start() { # Mount local filesystems in /etc/fstab. + # The types variable must start with no, and must be a type local critical= types="noproc" x= no_netdev= rc= for x in $net_fs_list $extra_net_fs_list; do types="${types},${x}" |