Added description of wic kickstart bootloader --configfile option to OpenEmbedded Kickstart (.wks) Reference.
Signed-off-by: Ed Bartosh <[email protected]> --- documentation/dev-manual/dev-manual-common-tasks.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 7b9e8a9..41e2a76 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -4665,6 +4665,11 @@ <filename>APPEND</filename> or <filename>grub</filename> kernel command line. </para></listitem> + <listitem><para><emphasis><filename>--configfile</filename>:</emphasis> + 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. This option overrides all other bootloader + options.</para></listitem> </itemizedlist> </para> </section> -- 2.1.4 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
