* docs/grub.texi: Mention few new platform-specific commands.
This commit is contained in:
parent
9688cae2eb
commit
6176a0cdfa
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-10-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* docs/grub.texi: Mention few new platform-specific commands.
|
||||
|
||||
2013-10-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/script/yylex.l: Fix LSQBR2 and RSQBR2. It's not
|
||||
|
|
|
@ -5446,15 +5446,15 @@ Information retrieval:
|
|||
@itemize
|
||||
@item mipsel-loongson: lsspd
|
||||
@item mips-arc: lsdev
|
||||
@item efi: lsefisystab, lssal, lsefimmap
|
||||
@item efi: lsefisystab, lssal, lsefimmap, lsefi
|
||||
@item i386-pc: lsapm
|
||||
@item i386-coreboot: lscoreboot, coreboot_boottime
|
||||
@item i386-coreboot: lscoreboot, coreboot_boottime, cbmemc
|
||||
@item acpi-enabled (i386-pc, i386-coreboot, i386-multiboot, *-efi): lsacpi
|
||||
@end itemize
|
||||
|
||||
Workarounds for platform-specific issues:
|
||||
@itemize
|
||||
@item i386-efi/x86_64-efi: loadbios, fixvideo
|
||||
@item i386-efi/x86_64-efi: loadbios, fakebios, fix_video
|
||||
@item acpi-enabled (i386-pc, i386-coreboot, i386-multiboot, *-efi):
|
||||
acpi (override ACPI tables)
|
||||
@item i386-pc: drivemap
|
||||
|
@ -5469,7 +5469,7 @@ Advanced operations for power users:
|
|||
Miscelaneous:
|
||||
@itemize
|
||||
@item cmos (x86-*, ieee1275, mips-qemu_mips, mips-loongson): cmostest
|
||||
(used on some laptops to check for special power-on key)
|
||||
(used on some laptops to check for special power-on key), cmosclean
|
||||
@item i386-pc: play
|
||||
@end itemize
|
||||
|
||||
|
|
Loading…
Reference in a new issue