diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-13 17:04:49 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-13 17:04:49 -0500 |
commit | 92b34f42dd998ba6e852e85089b642a20d5e9d80 (patch) | |
tree | 87389fadcfa28051fb671449200a5b9b2757f0c6 /devel | |
parent | bf0a535dc40bcd052efdc1fa0d56d3fc35800021 (diff) | |
download | horizon-92b34f42dd998ba6e852e85089b642a20d5e9d80.tar.gz horizon-92b34f42dd998ba6e852e85089b642a20d5e9d80.tar.bz2 horizon-92b34f42dd998ba6e852e85089b642a20d5e9d80.tar.xz horizon-92b34f42dd998ba6e852e85089b642a20d5e9d80.zip |
devel: req: Add bootloader/version, and make final
Diffstat (limited to 'devel')
-rw-r--r-- | devel/requirements/3b_runner.xml | 8 | ||||
-rw-r--r-- | devel/requirements/requirements.xml | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index 788238b..7660661 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -716,6 +716,10 @@ <title>Runner.Execute.repository</title> <para>If one or more <literal>repository</literal> keys are specified in the HorizonScript, the system shall write the repository locations to the <literal>/etc/apk/repositories</literal> file in the target namespace; otherwise, the system shall write the default repository locations to the <literal>/etc/apk/repositories</literal> file in the target namespace.</para> </formalpara> + <formalpara id="Runner.Execute.repository.DefaultVersion"> + <title>Runner.Execute.repository.Default</title> + <para>If a <literal>version</literal> key is specified in the HorizonScript, and no <literal>repository</literal> keys are specified in the HorizonScript, the system shall use the value of the <literal>version</literal> key as the version portion of the default repository location(s) written to the target namespace.</para> + </formalpara> <formalpara id="Runner.Execute.firmware"> <title>Runner.Execute.firmware</title> <para>If a <literal>firmware</literal> key is specified in the HorizonScript, and the system is compiled with firmware support enabled, and the value of the <literal>firmware</literal> key is <literal>true</literal>, the system shall add <literal>linux-firmware</literal> to the list of packages to install.</para> @@ -816,6 +820,10 @@ <title>Runner.Execute.timezone.Missing</title> <para>If the zoneinfo file for the specified timezone in the <literal>timezone</literal> key is missing in the target namespace, but present in the installation environment, the system shall copy the zoneinfo file from the installation environment to the <literal>/etc/localtime</literal> file in the target namespace.</para> </formalpara> + <formalpara id="Runner.Execute.bootloader"> + <title>Runner.Execute.bootloader</title> + <para>If a <literal>bootloader</literal> key is specified in the HorizonScript, the system shall perform the requested bootloader configuration.</para> + </formalpara> <formalpara id="Runner.Execute.Finish"> <title>Runner.Execute.Finish</title> <para>The system shall notify the listening agent that the HorizonScript has executed successfully and that the target is installed.</para> diff --git a/devel/requirements/requirements.xml b/devel/requirements/requirements.xml index c69b8f4..6ca6d81 100644 --- a/devel/requirements/requirements.xml +++ b/devel/requirements/requirements.xml @@ -20,13 +20,13 @@ <author><firstname>Lee</firstname><surname>Starnes</surname></author> <author><firstname>Max</firstname><surname>Rees</surname></author> <author><firstname>Samuel</firstname><surname>Holland</surname></author> - <author><firstname>Luis</firstname><surname>Ressel</surname></author> + <author><firstname>Mira</firstname><surname>Ressel</surname></author> <author><firstname>Alyx</firstname><surname>Wolcott</surname></author> </authorgroup> - <edition>Requirements for Horizon 1.0: Draft</edition> - <pubdate>2019</pubdate> + <edition>Requirements for Horizon 1.0</edition> + <pubdate>2020-06-13</pubdate> <copyright> - <year>2019</year> + <year>2019</year><year>2020</year> <holder>Adélie Linux</holder> </copyright> <legalnotice> |