Blame SOURCES/0090-docs-grub.texi-grub_cpu-New-subsection.patch

f96e0b
From 53580ba03c453b315d716fdf6539c4150d0089c3 Mon Sep 17 00:00:00 2001
f96e0b
From: Colin Watson <cjwatson@ubuntu.com>
f96e0b
Date: Mon, 7 Jan 2013 10:43:00 +0000
f96e0b
Subject: [PATCH 090/482] * docs/grub.texi (grub_cpu): New subsection.
f96e0b
 (grub_platform): Likewise.
f96e0b
f96e0b
---
f96e0b
 ChangeLog      |  5 +++++
f96e0b
 docs/grub.texi | 16 ++++++++++++++++
f96e0b
 2 files changed, 21 insertions(+)
f96e0b
f96e0b
diff --git a/ChangeLog b/ChangeLog
f96e0b
index cdb3f3d..097ef0d 100644
f96e0b
--- a/ChangeLog
f96e0b
+++ b/ChangeLog
f96e0b
@@ -1,3 +1,8 @@
f96e0b
+2013-01-07  Colin Watson  <cjwatson@ubuntu.com>
f96e0b
+
f96e0b
+	* docs/grub.texi (grub_cpu): New subsection.
f96e0b
+	(grub_platform): Likewise.
f96e0b
+
f96e0b
 2013-01-07  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
 
f96e0b
 	* grub-core/fs/minix.c (grub_minix_read_file): Simplify arithmetics.
f96e0b
diff --git a/docs/grub.texi b/docs/grub.texi
f96e0b
index e23cecc..a92bd96 100644
f96e0b
--- a/docs/grub.texi
f96e0b
+++ b/docs/grub.texi
f96e0b
@@ -2674,6 +2674,8 @@ These variables have special meaning to GRUB.
f96e0b
 * gfxmode::
f96e0b
 * gfxpayload::
f96e0b
 * gfxterm_font::
f96e0b
+* grub_cpu::
f96e0b
+* grub_platform::
f96e0b
 * icondir::
f96e0b
 * lang::
f96e0b
 * locale_dir::
f96e0b
@@ -2857,6 +2859,20 @@ If this variable is set, it names a font to use for text on the
f96e0b
 available font.
f96e0b
 
f96e0b
 
f96e0b
+@node grub_cpu
f96e0b
+@subsection grub_cpu
f96e0b
+
f96e0b
+In normal mode (@pxref{normal}), GRUB sets the @samp{grub_cpu} variable to
f96e0b
+the CPU type for which GRUB was built (e.g. @samp{i386} or @samp{powerpc}).
f96e0b
+
f96e0b
+
f96e0b
+@node grub_platform
f96e0b
+@subsection grub_platform
f96e0b
+
f96e0b
+In normal mode (@pxref{normal}), GRUB sets the @samp{grub_platform} variable
f96e0b
+to the platform for which GRUB was built (e.g. @samp{pc} or @samp{efi}).
f96e0b
+
f96e0b
+
f96e0b
 @node icondir
f96e0b
 @subsection icondir
f96e0b
 
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b