* Filesystem:: Filesystem syntax and semantics
* Interface:: The menu and the command-line
* Environment:: GRUB environment variables
-* Commands:: The list of available builtin commands
+* Commands:: Available builtin commands
* Internationalisation:: Topics relating to language support
* Security:: Authentication, authorisation, and signatures
-* Platform limitations:: The list of platform-specific limitations
+* Platform limitations:: Platform-specific limitations
* Platform-specific operations:: Platform-specific operations
-* Supported kernels:: The list of supported kernels
+* Supported kernels:: Supported kernels
* Troubleshooting:: Error messages produced by GRUB
* Invoking grub-install:: How to use the GRUB installer
* Invoking grub-mkconfig:: Generate a GRUB configuration file
@node Commands
-@chapter The list of available commands
+@chapter Available commands
In this chapter, we list all commands that are available in GRUB.
@node Menu-specific commands
-@section The list of commands for the menu only
+@section Commands for the menu only
The semantics used in parsing the configuration file are the following:
@node Loader commands
-@section The list of various loader commands
+@section Various loader commands
These commands are used to load necessary components to boot desired OS.
Many of the loader commands are not sufficiently documented. The following is
@node General commands
-@section The list of general commands
+@section General commands
Commands usable anywhere in the menu and in the command-line.
@node Command-line commands
-@section The list of command-line commands
+@section Command-line commands
These commands are usable in the command-line and in menu entries. If
you forget a command, you can run the command @command{help}
@end deffn
@node Networking commands
-@section The list of networking commands
+@section Networking commands
@menu
* net_add_addr:: Add a network address
@node Undocumented commands
-@section The list of commands currently undocumented
+@section Commands currently undocumented
Unfortunately, not all GRUB commands are documented at this time due to
developer resource constraints. One way to contribute back to the GRUB
project would be to help document these commands, and submit patches or