Differences From Artifact [d32e728f74]:
- File mount.init — part of check-in [2bf099898d] at 2019-10-20 10:10:05 on branch trunk — fix cleanvar and race around /var/run/shm (user: arcade, size: 143) [annotate] [blame] [check-ins using]
To Artifact [12f98edc5e]:
- File mount.init.mk — part of check-in [7a1e7f4a58] at 2019-10-21 16:17:43 on branch trunk — rename, make silent, add correct logging, collapse command (user: arcade, size: 140) [annotate] [blame] [check-ins using]
|
| < < | | 1 2 3 4 5 6 7 | NETFS_TYPES?=nfs:NFS smbfs:SMB excludes=${NETFS_TYPES:C/:.*//} mount: root echo "MRC:$@> Mount local FS." mount -a -t no${excludes:ts,} |