grub2/0382-docs-grub.texi-Add-a-comment-about-usefullness-of-na.patch
Peter Jones f74b50e380 Rebase to upstream, fix a pile of bugs. The usual.
Signed-off-by: Peter Jones <pjones@redhat.com>
2013-06-12 15:37:08 -04:00

44 lines
1.2 KiB
Diff

From 5fe555f22c36e6e03ee1e44bb2cd1d013489f8e9 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sun, 28 Apr 2013 18:53:59 +0200
Subject: [PATCH 382/482] * docs/grub.texi: Add a comment about
usefullness of nativedisk.
---
ChangeLog | 4 ++++
docs/grub.texi | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 4833670..32a2a8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-04-28 Vladimir Serbinenko <phcoder@gmail.com>
+ * docs/grub.texi: Add a comment about usefullness of nativedisk.
+
+2013-04-28 Vladimir Serbinenko <phcoder@gmail.com>
+
* grub-core/commands/nativedisk.c: Ignore unknown filesystem error.
2013-04-28 Vladimir Serbinenko <phcoder@gmail.com>
diff --git a/docs/grub.texi b/docs/grub.texi
index 587c64e..bfd42ee 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -4041,6 +4041,10 @@ Alias for @code{hashsum --hash md5 arg @dots{}}. See command @command{hashsum}
@deffn Command nativedisk
Switch from firmware disk drivers to native ones.
+Really useful only on platforms where both
+firmware and native disk drives are available.
+Currently i386-pc, i386-efi, i386-ieee1275 and
+x86_64-efi.
@end deffn
@node normal
--
1.8.2.1