Differences From Artifact [6c7551083e]:
- File mount.init — part of check-in [5062c9b6fc] at 2019-10-19 22:52:48 on branch trunk — add more services and init targets add daemonizer (user: arcade, size: 220) [annotate] [blame] [check-ins using]
To 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]
1 2 3 4 5 6 7 8 9 | # vim:ft=make: NETFS_TYPES?=nfs:NFS smbfs:SMB excludes=${NETFS_TYPES:C/:.*//} mount: root : Mount local FS. mount -a -t no${excludes:ts,} | < < | 1 2 3 4 5 6 7 8 9 | # vim:ft=make: NETFS_TYPES?=nfs:NFS smbfs:SMB excludes=${NETFS_TYPES:C/:.*//} mount: root : Mount local FS. mount -a -t no${excludes:ts,} |