* docs/grub.texi (Simple configuration): Document
GRUB_PRELOAD_MODULES.
This commit is contained in:
parent
5e79d66a54
commit
81431e2b02
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2011-01-22 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* docs/grub.texi (Simple configuration): Document
|
||||||
|
GRUB_PRELOAD_MODULES.
|
||||||
|
|
||||||
2011-01-17 Colin Watson <cjwatson@ubuntu.com>
|
2011-01-17 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* .bzrignore: Remove nonexistent grub-pbkdf2.
|
* .bzrignore: Remove nonexistent grub-pbkdf2.
|
||||||
|
|
|
@ -1181,6 +1181,11 @@ directly to @ref{play}.
|
||||||
If this option is set, GRUB will issue a @ref{badram} command to filter
|
If this option is set, GRUB will issue a @ref{badram} command to filter
|
||||||
out specified regions of RAM.
|
out specified regions of RAM.
|
||||||
|
|
||||||
|
@item GRUB_PRELOAD_MODULES
|
||||||
|
This option may be set to a list of GRUB module names separated by spaces.
|
||||||
|
Each module will be loaded as early as possible, at the start of
|
||||||
|
@file{grub.cfg}.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
For more detailed customisation of @command{grub-mkconfig}'s output, you may
|
For more detailed customisation of @command{grub-mkconfig}'s output, you may
|
||||||
|
|
Loading…
Reference in a new issue