From cd61915f0b7ff3e53286178ac6f1dd3395a6b830 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 30 Aug 2020 07:49:03 -0500 Subject: Rearchitect how 'bootloader' key works --- devel/script/2_keys.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml index 9ffeba8..bd8469c 100644 --- a/devel/script/2_keys.xml +++ b/devel/script/2_keys.xml @@ -707,11 +707,11 @@ signingkey https://packages/builder@ourcompany.net.pub 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. + The bootloader key is a space-separated list of the desired bootloader configuration. The first item, which is required, determines the block device that the bootloader will be installed on. The second item determines which bootloader to install. If the second value is not specified, or 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. + If no bootloader key is specified, no bootloader will be installed on the target computer and boot configuration must be performed externally. Example @@ -719,9 +719,9 @@ signingkey https://packages/builder@ourcompany.net.pub The <literal>bootloader</literal> Key -bootloader true +bootloader /dev/sda - This will configure the target computer with the platform's preferred bootloader. + This will configure the target computer with the platform's preferred bootloader installed to /dev/sda. -- cgit v1.2.3-60-g2f50