#  You must edit this file to use a PROM-based server.

#
#  Define parameters related to downloading.  An NCD16 can either be
#  downloaded from the network or can run the server out of the PROMs
#  if they're installed.  On the NCD19, the PROM code is downloaded
#  into RAM since the PROM speed is too slow for the NCD19 to perform
#  well.
#

#
#  The boot at reset parameter determines whether we even bother
#  downloading a server or not.  If it's set to no, we just enter the
#  boot monitor and get the > prompt.  If it's set to yes, then the
#  remaining parameters in this file are of interest.
#
boot-at-reset = yes
#boot-at-reset = no

#
#  Assuming we do download at reset, the boot monitor needs to know where
#  to find the server image to be downloaded.  We'll assume we're
#  downloading via BOOTP or TFTP here.  If the unit is PROM based, use
#  the second parameter assignment and ignore the rest of this file.
#
server-code = tcp-ip
#server-code = prom

#
#  The boot server can be specified directly.  It cannot take effect
#  until after the first succesful processing of this remote configuration
#  file.  However, the default action is usually acceptable.  It is to
#  choose the host that responded to the bootp or rarp request as the
#  boot server.  In that case, just leave the boot server as 0.0.0.0.
#
boot-server = 0.0.0.0
