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