xref: /original-bsd/etc/amd-home (revision d772818f)
1*d772818fSbostic# map for /home
2*d772818fSbostic/defaults	type:=nfs;opts:=rw,-T,-i,-b,-q;rhost:=${key/};rfs:=${path}
3*d772818fSbostic
4*d772818fSbostic# MACHINE is the machine hostname.
5*d772818fSbostic# import an individual file system
6*d772818fSbosticMACHINE		host!=MACHINE;rfs:=/a	host==MACHINE;type:=link;fs:=/a
7*d772818fSbostic
8*d772818fSbostic# import an entire machine's exported file systems
9*d772818fSbosticMACHINE		type:=auto;pref:=MACHINE/;fs:=${map}
10*d772818fSbosticMACHINE/a	host!=MACHINE;rfs:=/a   host==MACHINE;type:=link;fs:=/a
11*d772818fSbosticMACHINE/b	host!=MACHINE;rfs:=/a   host==MACHINE;type:=link;fs:=/b
12