summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 548ffd077b..37d0b15586 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -658,6 +658,53 @@
658 </para> 658 </para>
659</section> 659</section>
660 660
661<section id='ref-classes-grub-efi'>
662 <title><filename>grub-efi.bbclass</filename></title>
663
664 <para>
665 The GRUB Extensible Firmware Interface (<filename>grub-efi</filename>)
666 class provides <filename>grub-efi</filename>-specific functions for
667 building bootable images.
668 </para>
669
670 <para>
671 This class supports several variables:
672 <itemizedlist>
673 <listitem><para>
674 <link linkend='var-INITRD'><filename>INITRD</filename></link>:
675 Indicates a filesystem image to use as an initrd (optional).
676 </para></listitem>
677 <listitem><para>
678 <link linkend='var-ROOTFS'><filename>ROOTFS</filename></link>:
679 Indicates a filesystem image to include as the root filesystem
680 (optional).</para></listitem>
681 <listitem><para>
682 <link linkend='var-GRUB_GFXSERIAL'><filename>GRUB_GFXSERIAL</filename></link>:
683 Set this to "1" to have graphics and serial in the boot menu.
684 </para></listitem>
685 <listitem><para>
686 <link linkend='var-LABELS'><filename>LABELS</filename></link>:
687 A list of targets for the automatic configuration.
688 </para></listitem>
689 <listitem><para>
690 <link linkend='var-APPEND'><filename>APPEND</filename></link>:
691 An override list of append strings for each
692 <filename>LABEL</filename>.
693 </para></listitem>
694 <listitem><para>
695 <link linkend='var-GRUB_OPTS'><filename>GRUB_OPTS</filename></link>:
696 Additional options to add to the configuration (optional).
697 Options are delimited using semi-colon characters
698 (<filename>;</filename>).</para></listitem>
699 <listitem><para>
700 <link linkend='var-GRUB_TIMEOUT'><filename>GRUB_TIMEOUT</filename></link>:
701 Timeout before executing the default <filename>LABEL</filename>
702 (optional).
703 </para></listitem>
704 </itemizedlist>
705 </para>
706</section>
707
661<section id='ref-classes-gtk-icon-cache'> 708<section id='ref-classes-gtk-icon-cache'>
662 <title><filename>gtk-icon-cache.bbclass</filename></title> 709 <title><filename>gtk-icon-cache.bbclass</filename></title>
663 710