[BACK]Return to hppa.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/hppa.html between version 1.48 and 1.49

version 1.48, 2001/07/18 19:56:09 version 1.49, 2001/08/21 21:10:53
Line 241 
Line 241 
       <li><b>/etc/<a href=http://www.openbsd.org/cgi-bin/man.cgi?query=bootptab&apropos=0&sektion=5&manpath=OpenBSD+Current&format=html>bootptab</a></b> contains an information block for each machine.  For example:        <li><b>/etc/<a href=http://www.openbsd.org/cgi-bin/man.cgi?query=bootptab&apropos=0&sektion=5&manpath=OpenBSD+Current&format=html>bootptab</a></b> contains an information block for each machine.  For example:
         <pre>          <pre>
         # 9000/715          # 9000/715
         moron:\          boron:\
                 ha=0800095f5a6e:\                  ha=0800095f5a6e:\
                 bf=boot.lif:\                  bf=boot.lif:\
                 hd=:\                  hd=:\
                 ht=ethernet:\                  ht=ethernet:\
                 ip=192.168.3.43:\                  ip=192.168.3.43:\
                 rp=/netboot/moron/root:\                  rp=/netboot/boron/root:\
                 sm=255.255.255.0:\                  sm=255.255.255.0:\
                 td=/tftpboot:                  td=/tftpboot:
         </pre>          </pre>
Line 258 
Line 258 
         <li>          <li>
         Write an entry for your hppa in the <b>/etc/ethers</b> file:<br>          Write an entry for your hppa in the <b>/etc/ethers</b> file:<br>
         <pre>          <pre>
         08:00:09:5f:5a:6e       moron          08:00:09:5f:5a:6e       boron
         </pre>          </pre>
         </li>          </li>
         <li>          <li>
         Write an entry for 'moron' in the <b>/etc/hosts</b> file:<br>          Write an entry for 'boron' in the <b>/etc/hosts</b> file:<br>
         <pre>          <pre>
         10.0.0.42       moron          10.0.0.42       boron
         </pre>          </pre>
         </li>          </li>
         <li>          <li>
         Create directory /usr/local/exports/moron/root and put <a href=http://hppa.lucifier.net/root/dev/MAKEDEV>/dev/MAKEDEV</a>,          Create directory /usr/local/exports/boron/root and put <a href=http://hppa.lucifier.net/root/dev/MAKEDEV>/dev/MAKEDEV</a>,
          <a href=http://hppa.lucifier.net/root/sbin/init>/sbin/init</a>, <a href=http://hppa.lucifier.net/root/bin/ksh>/bin/ksh</a>           <a href=http://hppa.lucifier.net/root/sbin/init>/sbin/init</a>, <a href=http://hppa.lucifier.net/root/bin/ksh>/bin/ksh</a>
          in their relative locations.           in their relative locations.
         </li>          </li>
         <li>          <li>
         Write an entry in <b>/etc/exports</b> so the root directory gets exported to the client:          Write an entry in <b>/etc/exports</b> so the root directory gets exported to the client:
         <pre>          <pre>
         /usr/local/exports/moron/root moron          /usr/local/exports/boron/root boron
         </pre>          </pre>
         </li>          </li>
         <li>          <li>

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49