30 lines
680 B
Plaintext
30 lines
680 B
Plaintext
#
|
|
# /usr/etc/bootptab: config file for bootp server (/usr/etc/bootp)
|
|
#
|
|
# Blank lines and lines beginning with '#' are ignored.
|
|
#
|
|
|
|
# Root of boot subtree. If tftpd(1M) is running in "secure" mode,
|
|
# this directory must be specified on tftpd's entry in /usr/etc/inetd.conf.
|
|
|
|
/usr/local/boot
|
|
|
|
# default bootfile
|
|
|
|
unix
|
|
|
|
# end of first section
|
|
|
|
%%
|
|
|
|
#
|
|
# The remainder of this file contains one line per client interface
|
|
# with the information shown by the table headings below.
|
|
# The 'host' name is also tried as a suffix for the 'bootfile'
|
|
# when searching the home directory. (e.g., bootfile.host)
|
|
#
|
|
# host htype haddr iaddr bootfile
|
|
#
|
|
|
|
IRIS 1 01:02:03:8a:8b:8c 192.0.2.1 unix
|