Annotation For mount.init
Logged in as anonymous

Lines of mount.init from check-in 5062c9b6fc that are changed by the sequence of edits moving toward check-in 2bf099898d:

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