diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/requirements/3b_runner.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index b2a4a32..3283243 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -49,8 +49,8 @@ <title>Runner.Locate.Remote.FullAuto</title> <para>If no HorizonScript path was provided, the system shall download the HorizonScript from a TFTP server using the filename <filename>MACADDRESS.installfile</filename> where MACADDRESS is the MAC address of the active network adaptor with colons (:) replaced by dashes (-). The system shall use the following algorithm to determine the TFTP server, using the first match. <orderedlist id="Runner.Locate.Remote.FullAuto.Algo"> - <listitem><para>The TFTP server specified in the DHCP options, if the DHCP response provided one.</para></listitem> <listitem><para>The TFTP server specified on the command line, if one was provided.</para></listitem> + <listitem><para>The TFTP server specified in the DHCP options, if DHCP was used to configure the network and the DHCP response provided one.</para></listitem> <listitem><para>The DHCP server, if DHCP was used to configure the network.</para></listitem> <listitem><para>The default gateway IP.</para></listitem> </orderedlist> |