ref-manual: Edits to INITSCRIPT_PARAMS variable.

(From yocto-docs rev: f5029fdd6bda690c8e7b1679074d984675ef17ad)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-03-28 10:31:46 -07:00 committed by Richard Purdie
parent f98acd1581
commit 983a848b42
1 changed files with 6 additions and 2 deletions

View File

@ -1478,8 +1478,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossdef>
<para>
Specifies the options to pass to <filename>update-rc.d</filename>.
An example is <filename>start 99 5 2 . stop 20 0 1 6 .</filename>, which gives the script a
runlevel of 99, starts the script in initlevels 2 and 5, and
Here is an example:
<literallayout class='monospaced'>
INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
</literallayout>
In this example, the script has a runlevel of 99,
starts the script in initlevels 2 and 5, and
stops the script in levels 0, 1 and 6.
</para>
<para>