NetBSD rules - Go to the first, previous, next, last, above section, table of contents.

4.8.2 Actual setup

You can set up such a `/net' directory with the following steps (including basic amd configuration):

  1. in `/etc/netstart', set the following values:
    amd=YES
    amd_dir=/tmp_mnt		# AMD's mount directory
    amd_master=/etc/amd/master	# AMD 'master' map
    
  2. mkdir /tmp_mnt
  3. mkdir /net
  4. Put the following into `/etc/amd/master':
    /net            /etc/amd/net
    
  5. Put the following into `/etc/amd/net':
    /defaults       type:=host;fs:=${autodir}/${rhost};rhost:=${key}
    *               opts:=soft,intr
    
  6. reboot, or (re)start amd by hand.

NetBSD rules - Go to the first, previous, next, last, above section, table of contents.