From a9ccd9bc7e22573c5c327d3f75722ebd3cca6a82 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 20 Oct 2023 05:20:11 -0500 Subject: hscript: Allow svcenable to create new runlevels This is going to be useful in general for some advanced use cases, but most importantly, it will allow us to define runlevels for live media. Ref: #346 --- devel/requirements/3b_runner.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'devel') diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index a5080fe..b5e9848 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -820,6 +820,14 @@ Runner.Execute.timezone.Missing If the zoneinfo file for the specified timezone in the timezone 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 /etc/localtime file in the target namespace. + + Runner.Execute.svcenable + The system shall configure the service manager in the target namespace to start services as specified in any specified svcenable keys. + + + Runner.Execute.svcenable.AddlRunlevels + If a runlevel not defined by the system service manager is specified in a svcenable key, it shall be interpreted to be a stacked runlevel atop the default runlevel and shall be configured as such in the target namespace. + Runner.Execute.bootloader If a bootloader key is specified in the HorizonScript, the system shall perform the requested bootloader configuration. -- cgit v1.2.3-60-g2f50