* 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>
|
2013-10-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/script/yylex.l: Fix LSQBR2 and RSQBR2. It's not
|
* grub-core/script/yylex.l: Fix LSQBR2 and RSQBR2. It's not
|
||||||
|
|
|
@ -5446,15 +5446,15 @@ Information retrieval:
|
||||||
@itemize
|
@itemize
|
||||||
@item mipsel-loongson: lsspd
|
@item mipsel-loongson: lsspd
|
||||||
@item mips-arc: lsdev
|
@item mips-arc: lsdev
|
||||||
@item efi: lsefisystab, lssal, lsefimmap
|
@item efi: lsefisystab, lssal, lsefimmap, lsefi
|
||||||
@item i386-pc: lsapm
|
@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
|
@item acpi-enabled (i386-pc, i386-coreboot, i386-multiboot, *-efi): lsacpi
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
Workarounds for platform-specific issues:
|
Workarounds for platform-specific issues:
|
||||||
@itemize
|
@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):
|
@item acpi-enabled (i386-pc, i386-coreboot, i386-multiboot, *-efi):
|
||||||
acpi (override ACPI tables)
|
acpi (override ACPI tables)
|
||||||
@item i386-pc: drivemap
|
@item i386-pc: drivemap
|
||||||
|
@ -5469,7 +5469,7 @@ Advanced operations for power users:
|
||||||
Miscelaneous:
|
Miscelaneous:
|
||||||
@itemize
|
@itemize
|
||||||
@item cmos (x86-*, ieee1275, mips-qemu_mips, mips-loongson): cmostest
|
@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
|
@item i386-pc: play
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue