]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (Simple configuration): Document
authorColin Watson <cjwatson@ubuntu.com>
Sat, 22 Jan 2011 01:11:56 +0000 (01:11 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Sat, 22 Jan 2011 01:11:56 +0000 (01:11 +0000)
GRUB_PRELOAD_MODULES.

ChangeLog
docs/grub.texi

index a2d11d828d12f2a0fcc8b13a024f83afd33e37fd..75c713b9d7022d5dd769cc3b128de1f29f6907a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * .bzrignore: Remove nonexistent grub-pbkdf2.
index daf48da13567a92deef3317c92da43891953c349..a47389f1e1a7dbf953a216710706f9d114aa3c3d 100644 (file)
@@ -1181,6 +1181,11 @@ directly to @ref{play}.
 If this option is set, GRUB will issue a @ref{badram} command to filter
 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
 
 For more detailed customisation of @command{grub-mkconfig}'s output, you may