Annotation For mount.init
Logged in as anonymous

Origin for each line in mount.init from check-in 2bf099898d:

5062c9b6fc 2019-10-19    1: # vim:ft=make:
5062c9b6fc 2019-10-19    2: 
5062c9b6fc 2019-10-19    3: NETFS_TYPES?=nfs:NFS smbfs:SMB
5062c9b6fc 2019-10-19    4: 
5062c9b6fc 2019-10-19    5: excludes=${NETFS_TYPES:C/:.*//}
5062c9b6fc 2019-10-19    6: 
5062c9b6fc 2019-10-19    7: mount: root
5062c9b6fc 2019-10-19    8: 	: Mount local FS.
5062c9b6fc 2019-10-19    9: 	mount -a -t no${excludes:ts,}