summaryrefslogtreecommitdiffstats
path: root/docs/maintain/index.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-11 17:46:19 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-11 17:46:19 (EDT)
commitbe30d9d9169b4a610e2e82733cb366741c32eced (patch)
treef649da28cfb91a023322c3a168dfdbddd7f378ea /docs/maintain/index.html
parent7c1f3f276af2577afd3877dfd06f89920627aab1 (diff)
downloadlibreboot-be30d9d9169b4a610e2e82733cb366741c32eced.zip
libreboot-be30d9d9169b4a610e2e82733cb366741c32eced.tar.gz
libreboot-be30d9d9169b4a610e2e82733cb366741c32eced.tar.bz2
docs/maintain/index.html: notes about modifying the GRUB config
Diffstat (limited to 'docs/maintain/index.html')
-rw-r--r--docs/maintain/index.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html
index 6946f95..a6cc16a 100644
--- a/docs/maintain/index.html
+++ b/docs/maintain/index.html
@@ -423,6 +423,12 @@
<i>modules.conf</i> defines which modules will be included in the GRUB
ELF executable.
</p>
+
+ <p>
+ Since GRUB is the payload in libreboot, you should also
+ build the ROM images and test them, with this different
+ GRUB version that you have prepared.
+ </p>
<p>
<a href="#pagetop">Back to top of page</a>.
@@ -435,7 +441,20 @@
<h1 id="newconfig_grub">Modify the configuration used in GRUB</h1>
<p>
- TODO: write this section
+ Look in <i>resources/scripts/helpers/build/roms/withgrub</i> to
+ see how the GRUB configuration files are generated.
+ </p>
+
+ <p>
+ You might need to modify this. You can also modify the
+ default configuration by making changes to the files
+ under <i>resources/grub/config/</i>
+ </p>
+
+ <p>
+ Since GRUB is the payload in libreboot, you should also
+ build the ROM images and test them, with this different
+ GRUB version that you have prepared.
</p>
<p>