mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
62 lines
1.6 KiB
Diff
62 lines
1.6 KiB
Diff
|
From 05f5634a5c5a66d535962a96635a9c153cf67e8f Mon Sep 17 00:00:00 2001
|
||
|
From: Colin Watson <cjwatson@ubuntu.com>
|
||
|
Date: Mon, 7 Jan 2013 10:43:00 +0000
|
||
|
Subject: [PATCH 089/364] * docs/grub.texi (grub_cpu): New subsection.
|
||
|
(grub_platform): Likewise.
|
||
|
|
||
|
---
|
||
|
ChangeLog | 5 +++++
|
||
|
docs/grub.texi | 16 ++++++++++++++++
|
||
|
2 files changed, 21 insertions(+)
|
||
|
|
||
|
diff --git a/ChangeLog b/ChangeLog
|
||
|
index cdb3f3d..097ef0d 100644
|
||
|
--- 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.
|
||
|
diff --git a/docs/grub.texi b/docs/grub.texi
|
||
|
index e23cecc..a92bd96 100644
|
||
|
--- a/docs/grub.texi
|
||
|
+++ b/docs/grub.texi
|
||
|
@@ -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
|
||
|
|
||
|
--
|
||
|
1.8.1.4
|
||
|
|