summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-01-05 15:04:14 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-07 12:13:46 +0000
commit5d2745190f95246320315af11ff98e47883f5557 (patch)
tree80a23e16bc6c270e46152e713f6fa58e93d25e41 /documentation
parent7b3b1f9d314eb766179486818cb855df2073a599 (diff)
downloadpoky-5d2745190f95246320315af11ff98e47883f5557.tar.gz
dev-manual: Added the --configfile bootloader option.
(From yocto-docs rev: 649b6cf64a726b0682d756e23e6d56a490ea505e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index f0836e8b1d..dbf493a150 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4684,6 +4684,14 @@
4684 <filename>APPEND</filename> or 4684 <filename>APPEND</filename> or
4685 <filename>grub</filename> kernel command line. 4685 <filename>grub</filename> kernel command line.
4686 </para></listitem> 4686 </para></listitem>
4687 <listitem><para><emphasis><filename>--configfile</filename>:</emphasis>
4688 Specifies a user-defined configuration file for
4689 the bootloader.
4690 You can provide a full pathname for the file or
4691 a file that exists in the
4692 <filename>canned-wks</filename> folder.
4693 This option overrides all other bootloader options.
4694 </para></listitem>
4687 </itemizedlist> 4695 </itemizedlist>
4688 </para> 4696 </para>
4689 </section> 4697 </section>