* docs/grub.texi: Add a comment about usefullness of nativedisk.
This commit is contained in:
parent
adb7d667fc
commit
3c0003c3c3
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue