/etc/ethers
with hostname "ss5".
/etc/hosts
for "ss5" with an IP address.
boot.net
from the OpenBSD/sparc release to /tftboot
. (FIXME: skapa en symlänk till boot.net, ska heta som datorns ip-adress.SUN4M.)
/etc/inetd.conf
and restart inetd.
/etc/bootparams
containing this:
ss5 root=10.0.0.1:/export/ss5/root \ swap=10.0.0.1:/export/ss5/swapTip: Create the swap file like this:
dd if=/dev/zero of=swap bs=1k count=16000
bsd.rd
to /export/ss5/root/
and make bsd
a symlink to it.
/etc/exports
and add entry for /export
:/export -alldirs -network 10.0.0 -mask 255.255.255.0