From 1ff0f09dfe78554432781d7c6e6106791d988f35 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 13 Oct 2019 09:35:06 -0500 Subject: devel: req: 3b: Reorder Runner.Execute requirements rootpw/user requires /etc/shadow. language requires /etc/profile.d. keymap requires /etc/default/keyboard. These need adelie-core installed before execution. --- devel/requirements/3b_runner.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'devel/requirements') diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index 78ccf17..4b56c5e 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -672,22 +672,6 @@ Runner.Execute.hostname.Write The system shall write the hostname of the computer to the /etc/hostname file in the target namespace. - - Runner.Execute.rootpw - The system shall set the root password in the target namespace to the value specified in the rootpw key. - - - Runner.Execute.language - If a language key is specified in the HorizonScript, the system shall add a script to /etc/profile.d setting the LANG environment variable to the value of the language key. - - - Runner.Execute.keymap - If a keymap key is specified in the HorizonScript, the system shall set the XKBLAYOUT variable in the /etc/default/keyboard file in the target namespace to value of the keymap key. - - - Runner.Execute.UserAccounts - The system shall configure user accounts in the target namespace as specified in keys username, useralias, userpw, and usergroups. - Runner.Execute.repository If one or more repository keys are specified in the HorizonScript, the system shall write the repository locations to the /etc/apk/repositories file in the target namespace; otherwise, the system shall write the default repository locations to the /etc/apk/repositories file in the target namespace. @@ -760,6 +744,22 @@ Runner.Execute.pkginstall.APKDB The system shall initialise the APK database in the target namespace before installing packages. + + Runner.Execute.rootpw + The system shall set the root password in the target namespace to the value specified in the rootpw key. + + + Runner.Execute.language + If a language key is specified in the HorizonScript, the system shall add a script to /etc/profile.d setting the LANG environment variable to the value of the language key. + + + Runner.Execute.keymap + If a keymap key is specified in the HorizonScript, the system shall set the XKBLAYOUT variable in the /etc/default/keyboard file in the target namespace to value of the keymap key. + + + Runner.Execute.UserAccounts + The system shall configure user accounts in the target namespace as specified in keys username, useralias, userpw, and usergroups. + Runner.Execute.timezone If a timezone key is specified in the HorizonScript, the system shall set the timezone in the target namespace to the specified timezone; otherwise, the system shall set the timezone in the target namespace to UTC. -- cgit v1.2.3-60-g2f50