diff options
-rw-r--r-- | devel/requirements/3_functional.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml index b94717f..31c7d4a 100644 --- a/devel/requirements/3_functional.xml +++ b/devel/requirements/3_functional.xml @@ -849,8 +849,8 @@ <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 DHCP server, if no TFTP server was specified in DHCP options and DHCP was used to configure the network.</para></listitem> <listitem><para>The TFTP server specified on the command line, if one was provided.</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> </para> |