xref: /netbsd-src/share/examples/amd/net (revision 44f30534fbaf5e028da9b98794caa8f6d6c045df)
1*44f30534Shubertf# $NetBSD: net,v 1.2 1997/12/12 11:52:55 hubertf Exp $
27e7962b8Shubertf#
37e7962b8Shubertf# /net - NFS-mount directory by cd'ing into it: cd /net/host/filesystem;
47e7962b8Shubertf#        be sure to mkdir /net before using this.
57e7962b8Shubertf#
6*44f30534Shubertf/defaults	type:=host;rhost:=${key};fs:=${autodir}/${rhost}/root
7*44f30534Shubertf*		host==${key};type:=link;fs:=/				\
8*44f30534Shubertf		host!=${key};opts:=ro,soft,intr,nodev,nosuid,noconn
9