diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-04 11:58:08 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-04 11:58:08 -0500 |
commit | b53e2e48b0ac6130030a649d91fb20f825c4b92b (patch) | |
tree | 4ffe58954713d814a14e2e3b4eb750b77a60c8b5 /devel | |
parent | abf97c95de37a4284cd279d91a43160c8a20bac3 (diff) | |
download | horizon-b53e2e48b0ac6130030a649d91fb20f825c4b92b.tar.gz horizon-b53e2e48b0ac6130030a649d91fb20f825c4b92b.tar.bz2 horizon-b53e2e48b0ac6130030a649d91fb20f825c4b92b.tar.xz horizon-b53e2e48b0ac6130030a649d91fb20f825c4b92b.zip |
req: 3: slight reorder of Runner.Locate.Remote.FullAuto
Diffstat (limited to 'devel')
-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> |