diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 01ee2da8d0..d235a99f91 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -3560,12 +3560,12 @@ have already created an image using the Openembedded build system (e.g. core-image-minimal). - It might seem redundant to generate an image in + While it might seem redundant to generate an image in order to create an image using - wic, but in the current - version wic, the artifacts - are needed in the form generated by the build - system. + wic, the current version of + wic requires the artifacts + in the form generated by the build system. + You must have sourced one of the build environment setup scripts (i.e. @@ -4182,7 +4182,8 @@ The code that then needs to call the plugin methods uses plugin.get_source_plugin_methods() to find the method or methods needed by the call. - Location is accomplished by filling up a dict with keys + Retrieval of those methods is accomplished is accomplished + by filling up a dict with keys containing the method names of interest. On success, these will be filled in with the actual methods. @@ -4205,7 +4206,7 @@ The following is a list of the commands, their syntax, and meanings. The commands are based on the Fedora - kickstart documentation but with modifications to + kickstart versions but with modifications to reflect wic capabilities. You can see the original documentation for those commands at the following links: @@ -4356,7 +4357,7 @@ means of modifying bootloader configuration. - Future updates will implement more options. + Future updates will implement more commands and options. If you use anything that is not specifically supported, results can be unpredictable.