diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-23 23:07:12 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-23 23:07:12 -0500 |
commit | 6b079c2266436814862300af8c4af21e806659b1 (patch) | |
tree | e3889850eea3023f96115ef0bb67a6b84cdb1600 /devel | |
parent | 8ef18e36a16625db16f2b39abfd4a19607bcf9fa (diff) | |
download | horizon-6b079c2266436814862300af8c4af21e806659b1.tar.gz horizon-6b079c2266436814862300af8c4af21e806659b1.tar.bz2 horizon-6b079c2266436814862300af8c4af21e806659b1.tar.xz horizon-6b079c2266436814862300af8c4af21e806659b1.zip |
req: 3b: Make command line override DHCP
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> |