From 9cb6b1ed8523c39acc3d3096c1154152ea7174e7 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 26 Feb 2020 02:58:27 -0600 Subject: devel: Add 'netconfigtype' key specification --- devel/script/2_keys.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) (limited to 'devel/script/2_keys.xml') diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml index ccdc810..309f124 100644 --- a/devel/script/2_keys.xml +++ b/devel/script/2_keys.xml @@ -298,6 +298,51 @@ firmware false +
+ <literal>netconfigtype</literal> + + Name + netconfigtype + + + Purpose + The netconfigtype key determines the desired network configuration type used on the target computer. + + + Format + The netconfigtype key is a single string that describes the desired network configuration system used on the target computer. netconfigtype may appear at most once in a HorizonScript. + Currently recognised network configuration systems for Horizon 1.0 are: + + netifrc — The netifrc system, as used by Adélie Linux + eni — The /etc/network/interfaces system, as used by Alpine Linux + + + + + + Default + If no netconfigtype key is specified, the system will default to the netifrc configuration system. + + + Examples + + + The <literal>netconfigtype</literal> Key — netifrc + +netconfigtype netifrc + + This configures the target computer to use netifrc for network configuration. + + + The <literal>netconfigtype</literal> Key — /etc/network/interfaces + +netconfigtype eni + + This configures the target computer to use an /etc/network/interfaces file for network configuration. + + + +
<literal>netaddress</literal> @@ -330,8 +375,8 @@ firmware false Default There is no default for this key. It is invalid to enable networking and not provide at least one netaddress key. - - Example + + Examples The <literal>netaddress</literal> Key — Simple DHCP -- cgit v1.2.3-70-g09d2