From 0cb01121eb3be22223135aa1e153cd8f27f231ae Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 14 Apr 2014 07:35:03 -0700 Subject: dev-manual, ref-manual: Removed VIRTUAL-RUNTIME note from most places. Fixes [YOCTO #5159] Edits to fix the occurrences of VIRTUAL-RUNTIME_initscripts = "". I removed it from all places in the manuals except under "Selecting an Initialization Manager". Note that it still needed removed from "Using Systemd for the Main Image and Using SysVinit for the Rescue Image". Also, in the "Using Systemd Exclusively" section I made some edits as suggested by Paul Eggleton's review. (From yocto-docs rev: 28b2e3eba3acff17f165899a7f4a65c98263e201) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 31 +++++++--------------- 1 file changed, 9 insertions(+), 22 deletions(-) (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 611b407429..767b72a18f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2097,12 +2097,7 @@ located in your Source Directory. section for more information. - For Systemd-based images, include the following - in your local.conf file: - - VIRTUAL-RUNTIME_initscripts = "" - - + @@ -5361,14 +5356,6 @@
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: @@ -5385,6 +5372,14 @@ Doing so removes any redundant SysVinit scripts. + + To remove initscripts from your image altogether, + set this variable also: + + VIRTUAL-RUNTIME_initscripts = "" + + + For information on the backfill variable, see DISTRO_FEATURES_BACKFILL_CONSIDERED. @@ -5394,14 +5389,6 @@
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