From bf0a535dc40bcd052efdc1fa0d56d3fc35800021 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 13 Jun 2020 17:00:33 -0500 Subject: devel: script: Document new 'bootloader' key --- devel/script/2_keys.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml index 42290ea..021d22b 100644 --- a/devel/script/2_keys.xml +++ b/devel/script/2_keys.xml @@ -647,6 +647,37 @@ signingkey https://packages/builder@ourcompany.net.pub +
+ <literal>bootloader</literal> + + Name + bootloader + + + Purpose + The bootloader key specifies the bootloader configuration for the target computer. + + + Format + The bootloader key is a string and/or boolean value. If the value is false, no bootloader will be installed on the target computer and boot configuration must be performed externally. If the value is true, Horizon will install the platform's preferred bootloader. If the value is a string value, Horizon will attempt to install the specified bootloader. If the string value does not correspond to a bootloader available for the target computer, script execution will fail. + + + Default + If no bootloader key is specified, the system will behave as if false was given. + + + Example + + + The <literal>bootloader</literal> Key + +bootloader true + + This will configure the target computer with the platform's preferred bootloader. + + + +
<literal>username</literal> -- cgit v1.2.3-60-g2f50