diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-08-05 14:39:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-06 10:27:36 +0100 |
commit | e97e0fd9eef12d3bacb89063c604b61a77707db8 (patch) | |
tree | 1f0a53af43fc7debf2ecec6c3e32a60f1fe77629 /meta/conf/documentation.conf | |
parent | 7afc6df6f0d0bbe0c5cb8ec021d430d6d9714941 (diff) | |
download | openembedded-core-e97e0fd9eef12d3bacb89063c604b61a77707db8.tar.gz openembedded-core-e97e0fd9eef12d3bacb89063c604b61a77707db8.tar.bz2 openembedded-core-e97e0fd9eef12d3bacb89063c604b61a77707db8.zip |
documentation.conf: Small tweak to INITRD variable
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r-- | meta/conf/documentation.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 31fbd6c43b..eb36de0caa 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -225,7 +225,7 @@ INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binar INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files." INHERIT_DISTRO[doc] = "Lists classes that will be inherited at the distribution level. It is unlikely that you want to edit this variable." INITRAMFS_FSTYPES[doc] = "Defines the format for the output image of an initial RAM disk (initramfs), which is used during boot." -INITRD[doc] = "Indicates list of filesystem images to concatenate and use as an initial RAM disk (initrd)." +INITRD[doc] = "Indicates a list of filesystem images to concatenate and use as an initial RAM disk (initrd)." INITSCRIPT_NAME[doc] = "The filename of the initialization script as installed to ${sysconfdir}/init.d." INITSCRIPT_PACKAGES[doc] = "A list of the packages that contain initscripts. This variable is used in recipes when using update-rc.d.bbclass. The variable is optional and defaults to the PN variable." INITSCRIPT_PARAMS[doc] = "Specifies the options to pass to update-rc.d. The variable is mandatory and is used in recipes when using update-rc.d.bbclass." |