mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
ref-manual: Added grub-efi class and supporting variables.
Created glossary entries for the GRUB_GFXSERIAL, LABELS, APPEND, GRUB_OPTS, and GRUB_TIMEOUT variables. (From yocto-docs rev: 31bcc25866525ef998bc01e11ab9ddb0601b8ded) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
04d8460277
commit
28a6b529c0
@@ -658,6 +658,53 @@
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='ref-classes-grub-efi'>
|
||||
<title><filename>grub-efi.bbclass</filename></title>
|
||||
|
||||
<para>
|
||||
The GRUB Extensible Firmware Interface (<filename>grub-efi</filename>)
|
||||
class provides <filename>grub-efi</filename>-specific functions for
|
||||
building bootable images.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This class supports several variables:
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
<link linkend='var-INITRD'><filename>INITRD</filename></link>:
|
||||
Indicates a filesystem image to use as an initrd (optional).
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<link linkend='var-ROOTFS'><filename>ROOTFS</filename></link>:
|
||||
Indicates a filesystem image to include as the root filesystem
|
||||
(optional).</para></listitem>
|
||||
<listitem><para>
|
||||
<link linkend='var-GRUB_GFXSERIAL'><filename>GRUB_GFXSERIAL</filename></link>:
|
||||
Set this to "1" to have graphics and serial in the boot menu.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<link linkend='var-LABELS'><filename>LABELS</filename></link>:
|
||||
A list of targets for the automatic configuration.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<link linkend='var-APPEND'><filename>APPEND</filename></link>:
|
||||
An override list of append strings for each
|
||||
<filename>LABEL</filename>.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<link linkend='var-GRUB_OPTS'><filename>GRUB_OPTS</filename></link>:
|
||||
Additional options to add to the configuration (optional).
|
||||
Options are delimited using semi-colon characters
|
||||
(<filename>;</filename>).</para></listitem>
|
||||
<listitem><para>
|
||||
<link linkend='var-GRUB_TIMEOUT'><filename>GRUB_TIMEOUT</filename></link>:
|
||||
Timeout before executing the default <filename>LABEL</filename>
|
||||
(optional).
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='ref-classes-gtk-icon-cache'>
|
||||
<title><filename>gtk-icon-cache.bbclass</filename></title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user