next up previous
Next: Reloading kernels over the Up: Booting exopc Previous: Hardcoding boot-time information

Using BOOTP for boot-time information

This is the preferred way of configuring the first process. It obtains all information via the BOOTP protocol. To use it, enable the bootp daemon on some machine by uncommenting the line that starts with "bootps" in the /etc/inetd.conf file. restarted inetd by sending it SIGHUP signal (kill -1).

All the information about the machine's ip address, netmask, nfs root is obtained via the BOOTP protocol. To use it add an entry to your /etc/bootptab[*]. Here's an example of what ours looks like:

avoch::ha=0000c0d0a54e:\
	:sm=255.255.255.0:gw=18.26.4.1:
	:ef="NFS 18.26.4.40:/disk/av0/hb/tree":\
	:ip=18.26.4.33:\
	:to=auto:



Thomas Pinckney
3/16/1998