diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-03-26 13:57:51 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-03-26 13:57:51 -0500 |
commit | f52594db361ee4c269bff7d303412c5521324d1d (patch) | |
tree | be099023205bdc7664b92c87dda9b3d604d67251 | |
parent | d0f56d00582903dbc758f25c48c743d29852a8d3 (diff) | |
download | horizon-f52594db361ee4c269bff7d303412c5521324d1d.tar.gz horizon-f52594db361ee4c269bff7d303412c5521324d1d.tar.bz2 horizon-f52594db361ee4c269bff7d303412c5521324d1d.tar.xz horizon-f52594db361ee4c269bff7d303412c5521324d1d.zip |
Requirements: Add Runner.Execute.pkginstall.Keys
-rw-r--r-- | devel/requirements/3b_runner.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index 60441c8..788238b 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -788,6 +788,10 @@ <title>Runner.Execute.pkginstall.arch</title> <para>If a <literal>arch</literal> key is specified in the HorizonScript, the system shall set the architecture of the target computer before installing packages and after initialising the APK database.</para> </formalpara> + <formalpara id="Runner.Execute.pkginstall.Keys"> + <title>Runner.Execute.pkginstall.Keys</title> + <para>The system shall use the signing keys as specified in any <literal>signingkey</literal> keys for ensuring package integrity during package installation.</para> + </formalpara> <formalpara id="Runner.Execute.rootpw"> <title>Runner.Execute.rootpw</title> <para>The system shall set the root password in the target namespace to the value specified in the <literal>rootpw</literal> key.</para> |