From 59f95aaae45e3b9f6c6a2d3f2acc387ea49add07 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 6 May 2019 12:44:48 -0700 Subject: documentation: Cleaned up "plug-in"/"plugin" terminology. The YP manual set was using the plugin term inconsistently. It was appearing as "plugin" as well as "plug-in". The plugins in the project are all named without a hyphen. The term itself is either/or according to Google. I have changed all references to plugin so that they do not use a hyphen. (From yocto-docs rev: 715bb58e2347c5e37a49da7d9e3e230503672337) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-kickstart.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'documentation/ref-manual/ref-kickstart.xml') diff --git a/documentation/ref-manual/ref-kickstart.xml b/documentation/ref-manual/ref-kickstart.xml index a58f9d7c96..1128bd50d0 100644 --- a/documentation/ref-manual/ref-kickstart.xml +++ b/documentation/ref-manual/ref-kickstart.xml @@ -117,9 +117,9 @@ This option is a Wic-specific option that names the source of the data that populates the partition. The most common value for this option is "rootfs", but you - can use any value that maps to a valid source plug-in. - For information on the source plug-ins, see the - "Using the Wic Plug-Ins Interface" + can use any value that maps to a valid source plugin. + For information on the source plugins, see the + "Using the Wic Plugins Interface" section in the Yocto Project Development Tasks Manual. @@ -139,12 +139,12 @@ --source plugin-name, Wic creates a partition as large as needed and fills it with the contents of the partition that is generated by the - specified plug-in name using the data pointed to by the + specified plugin name using the data pointed to by the -r command-line option or the equivalent rootfs derived from the -e command-line option. Exactly what those contents are and filesystem type used are - dependent on the given plug-in implementation. + dependent on the given plugin implementation. If you do not use the --source @@ -220,7 +220,7 @@ This option is a Wic-specific option that excludes the given relative path from the resulting image. This option is only effective with the rootfs source - plug-in. + plugin. --extra-space: @@ -299,7 +299,7 @@ supports the following options: Bootloader functionality and boot partitions are implemented by - the various --source plug-ins that + the various --source plugins that implement bootloader functionality. The bootloader command essentially provides a means of modifying bootloader configuration. -- cgit v1.2.3-54-g00ecf