diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-11 11:55:24 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-11 11:55:24 (EDT) |
commit | e37829f669504bd510842766af7a7fba66fc915f (patch) | |
tree | 042de4b30640f99a5c497fad3b1439710989ce96 /docs | |
parent | 3f9efe6ff96754cc93d9d45986770c709ca57a12 (diff) | |
download | libreboot-e37829f669504bd510842766af7a7fba66fc915f.zip libreboot-e37829f669504bd510842766af7a7fba66fc915f.tar.gz libreboot-e37829f669504bd510842766af7a7fba66fc915f.tar.bz2 |
docs/maintain/index.html: Be more specific about grub.elf payload
Diffstat (limited to 'docs')
-rw-r--r-- | docs/maintain/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 76c1bb9..1a7e46b 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -45,7 +45,7 @@ <a href="#updating_grub">Updating GRUB</a> <ul> <li><a href="#newpatch_grub">Add/remove/modify patches in GRUB</a></li> - <li><a href="#altbuild_grub">Change how GRUB is built (utility: grub-assemble)</a></li> + <li><a href="#altbuild_grub_payload">Change how the GRUB payload (grub.elf) is built (utility: grub-assemble)</a></li> <li><a href="#newconfig_grub">Modify the configuration used in GRUB</a></li> <li><a href="../grub/index.html">Other maintenance-related tasks in GRUB</a></li> </ul> @@ -324,7 +324,7 @@ <div class="section"> - <h1 id="altbuild_grub">Change how GRUB is built (utility: grub-assemble)</h1> + <h1 id="altbuild_grub_payload">Change how the GRUB payload (grub.elf) is built (utility: grub-assemble)</h1> <p> TODO: write this section |