diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-02 16:02:01 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:54:26 +0000 |
commit | 7008903065d13373faf8d1f6d1c1c878930db5a3 (patch) | |
tree | 323f08cf164e5138052bac536e071f2296798550 | |
parent | e16bbd631d49a1547c25263b1de0b7f1b2b235d3 (diff) | |
download | poky-7008903065d13373faf8d1f6d1c1c878930db5a3.tar.gz |
ref-manual: Added the insserve class.
(From yocto-docs rev: 39e76367c5f5489209af7bb7cb040a621076fb06)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3da993f53a..198bfe5470 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -974,6 +974,18 @@ | |||
974 | </para> | 974 | </para> |
975 | </section> | 975 | </section> |
976 | 976 | ||
977 | <section id='ref-classes-insserve'> | ||
978 | <title><filename>insserve.bbclass</filename></title> | ||
979 | |||
980 | <para> | ||
981 | The insserve (<filename>insserve</filename>) class | ||
982 | uses the <filename>insserv</filename> utility to update the order of | ||
983 | symbolic links in <filename>/etc/rc?.d/</filename> within an image | ||
984 | based on dependencies specified by LSB headers in the | ||
985 | <filename>init.d</filename> scripts themselves. | ||
986 | </para> | ||
987 | </section> | ||
988 | |||
977 | <section id='ref-classes-mime'> | 989 | <section id='ref-classes-mime'> |
978 | <title><filename>mime.bbclass</filename></title> | 990 | <title><filename>mime.bbclass</filename></title> |
979 | 991 | ||