]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (grub_cpu): New subsection.
authorColin Watson <cjwatson@ubuntu.com>
Mon, 7 Jan 2013 10:43:00 +0000 (10:43 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 7 Jan 2013 10:43:00 +0000 (10:43 +0000)
(grub_platform): Likewise.

ChangeLog
docs/grub.texi

index cdb3f3d337730b6f5a85e9c0e3f7fc1b5c4c6ab2..097ef0de1095080406c9d7c6e07247a8eacc8427 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-07  Colin Watson  <cjwatson@ubuntu.com>
+
+       * docs/grub.texi (grub_cpu): New subsection.
+       (grub_platform): Likewise.
+
 2013-01-07  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/fs/minix.c (grub_minix_read_file): Simplify arithmetics.
index e23ceccb489a5bbc8d666d34f4ae00ebcaaf149d..a92bd969eec7c744c7dbf7caa0676bfcdfb01ee1 100644 (file)
@@ -2674,6 +2674,8 @@ These variables have special meaning to GRUB.
 * gfxmode::
 * gfxpayload::
 * gfxterm_font::
+* grub_cpu::
+* grub_platform::
 * icondir::
 * lang::
 * locale_dir::
@@ -2857,6 +2859,20 @@ If this variable is set, it names a font to use for text on the
 available font.
 
 
+@node grub_cpu
+@subsection grub_cpu
+
+In normal mode (@pxref{normal}), GRUB sets the @samp{grub_cpu} variable to
+the CPU type for which GRUB was built (e.g. @samp{i386} or @samp{powerpc}).
+
+
+@node grub_platform
+@subsection grub_platform
+
+In normal mode (@pxref{normal}), GRUB sets the @samp{grub_platform} variable
+to the platform for which GRUB was built (e.g. @samp{pc} or @samp{efi}).
+
+
 @node icondir
 @subsection icondir