From 5d6dcdb837e4369b4b624e9ff6fcf432c44c2c29 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 2 Apr 2014 13:24:14 -0600 Subject: dev-manual, ref-manual: Added notes for Systemd-based images. Fixes [YOCTO #5159] In the dev-manual, I located instances where a note about using VIRTURAL-RUNTIME_initscripts = "" in the local.conf file would be appropriate. Three areas updated. In the ref-manual, I located the note in the systemd.bbclass section and the variable descriptions for SYSTEM_AUTO_ENABLE, SYSTEM_PACKAGES, and SYSTEMD_SERVICE. (From yocto-docs rev: 57b0acf2f3f8159b635b42dcffa129f7d945eb81) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 24 +++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index c6e4efd6d9..b8be01b012 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2096,7 +2096,13 @@ See the systemd.class file located in your Source Directory. - section for more information. + section for more information. + For Systemd-based images, include the following + in your local.conf file: + + VIRTUAL-RUNTIME_initscripts = "" + + @@ -5355,6 +5361,14 @@
Using Systemd Exclusively + + Set this variable in your local.conf + file: + + VIRTUAL-RUNTIME_initscripts = "" + + + Set the these variables in your distribution configuration file as follows: @@ -5380,6 +5394,14 @@
Using Systemd for the Main Image and Using SysVinit for the Rescue Image + + Set this variable in your local.conf + file: + + VIRTUAL-RUNTIME_initscripts = "" + + + Set the these variables in your distribution configuration file as follows: -- cgit v1.2.3-54-g00ecf