diff options
author | Mariano Lopez <mariano.lopez@linux.intel.com> | 2015-12-01 08:02:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-09 08:47:28 +0000 |
commit | 597045657a1a635f667404306160f9ab2551e954 (patch) | |
tree | 72ca8deb00faabc0a98f958cceb925de8e267e26 | |
parent | d56546b0f312fd042b1a7df3bef97ac1c9b6a5b4 (diff) | |
download | openembedded-core-597045657a1a635f667404306160f9ab2551e954.tar.gz openembedded-core-597045657a1a635f667404306160f9ab2551e954.tar.bz2 openembedded-core-597045657a1a635f667404306160f9ab2551e954.zip |
wic/help.py: Document the new option "configfile"
This just adds the "configfile" option for the bootloader
to wic help.
[YOCTO #8728]
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | scripts/lib/wic/help.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 9a778b69da..89fb7be950 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py @@ -740,6 +740,12 @@ DESCRIPTION bootloader command-line - for example, the syslinux APPEND or grub kernel command line. + --configfile: Specifies a user defined configuration file for + the bootloader. This file must be located in the + canned-wks folder or could be the full path to the + file. Using this option will override any other + bootloader option. + Note that bootloader functionality and boot partitions are implemented by the various --source plugins that implement bootloader functionality; the bootloader command essentially |