summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-02 10:00:50 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-02 10:00:50 -0500
commit68769d90713ef6f059c4ab07b1120a51fd7fe1f2 (patch)
treeaf78ddc1a4df2ee60e58a2a23826965489d76a8f /devel
parent0aa8a3d2059f5fe0f1c877d0d4d95cdbf483fd2a (diff)
downloadhorizon-68769d90713ef6f059c4ab07b1120a51fd7fe1f2.tar.gz
horizon-68769d90713ef6f059c4ab07b1120a51fd7fe1f2.tar.bz2
horizon-68769d90713ef6f059c4ab07b1120a51fd7fe1f2.tar.xz
horizon-68769d90713ef6f059c4ab07b1120a51fd7fe1f2.zip
req: 3: define keys for network and packages
Diffstat (limited to 'devel')
-rw-r--r--devel/requirements/3_functional.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml
index 99a90cf..ab008d3 100644
--- a/devel/requirements/3_functional.xml
+++ b/devel/requirements/3_functional.xml
@@ -315,6 +315,21 @@
<para>The system shall enable the Next button when either an IPv4 or IPv6 configuration is complete (address, subnet mask, gateway, DNS resolver).</para>
</formalpara>
</section>
+ <section id="ui_network_key">
+ <title>HorizonScript Keys</title>
+ <formalpara id="Script.Key.network">
+ <title>Script.Key.network</title>
+ <para><varname>network</varname> &mdash; Whether to enable network connectivity (true or false).</para>
+ </formalpara>
+ <formalpara id="Script.Key.netaddress">
+ <title>Script.Key.netaddress</title>
+ <para><varname>netaddress</varname> &mdash; Connection information, in the format: <literal>(iface) {dhcp|static} [(address) (prefix-or-netmask) (gateway) (dns)]</literal>. For example, <literal>netaddress eth0 static 2001:db8::1337 64 2001:db8::1 2620:fe::fe</literal>. May be repeated, for multiple interfaces or IPv4/IPv6 dual-homing.</para>
+ </formalpara>
+ <formalpara id="Script.Key.netssid">
+ <title>Script.Key.netssid</title>
+ <para><varname>netssid</varname> &mdash; Wireless networking information, in the format: <literal>(iface) "(SSID)" {none|wep|wpa1|wpa2|enterprise} [(authdata)]</literal> For example, <literal>netssid wlan0 "The New Fox 5G" wpa2 "shh sekrit"</literal>. System behaviour is undefined if SSID or passphrase contain an ASCII double-quote character.</para>
+ </formalpara>
+ </section>
</section>
<section id="ui_sysmeta">
<title>System Metadata Setup</title>
@@ -495,6 +510,13 @@
<para>If the User has selected a package set or packages that will use more disk space than the computer has, the system shall prompt the User to confirm the selection and warn that installation may not be successful.</para>
</formalpara>
</section>
+ <section id="ui_packages_key">
+ <title>HorizonScript Keys</title>
+ <formalpara id="Script.Key.pkginstall">
+ <title>Script.Key.pkginstall</title>
+ <para><varname>pkginstall</varname> &mdash; A space-separated list of packages to install.</para>
+ </formalpara>
+ </section>
</section>
<section id="ui_boot">
<title>Boot Setup</title>