====== Netboot OpenBSD/vax ======
===== Find the MAC address =====
>> TEST 50
===== Modify /etc/ethers =====
08:00:2b:1b:2a:cf sacoche
===== Modify /etc/hosts =====
172.16.3.254 sacoche
===== Modify /etc/inetd.conf =====
Add tftpd in /tftpboot:
tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
===== Prepare the boot loader =====
$ sudo cp boot.mop /tftpboot/mop/08002b1b2acf.SYS
===== Modify /etc/exports =====
/export/vax -maproot=root sacoche
===== Prepare the bsd ramdisk =====
$ sudo cp bsd.rd /export/vax
===== Modify /etc/bootparams =====
sacoche root=192.168.3.1:/export/vax
===== Start required services =====
$ sudo pkill -HUP inetd
$ sudo portmap
$ sudo mountd
$ sudo nfsd -tun 4
$ sudo rarpd ne3
$ sudo rpc.bootparamd
$ sudo mopd ne3
~~NOTOC~~