From be30d9d9169b4a610e2e82733cb366741c32eced Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 11 May 2015 17:46:19 -0400 Subject: docs/maintain/index.html: notes about modifying the GRUB config --- (limited to 'docs/maintain/index.html') 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 @@ modules.conf defines which modules will be included in the GRUB ELF executable.

+ +

+ 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. +

Back to top of page. @@ -435,7 +441,20 @@

Modify the configuration used in GRUB

- TODO: write this section + Look in resources/scripts/helpers/build/roms/withgrub to + see how the GRUB configuration files are generated. +

+ +

+ You might need to modify this. You can also modify the + default configuration by making changes to the files + under resources/grub/config/ +

+ +

+ 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.

-- cgit v0.9.1