Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify modules to include and load in GRUB images | Andrew Robbins | 2018-11-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | The cbfs module must be loaded before trying to source grub.cfg from CBFS, for obvious reasons. The test module is bundled into all images in order to avoid the situation where grub gets stuck in a loop trying to locate the module during parsing of grub.cfg. This could happen if a user removes the module or moves it, so it's best to avoid a brick by just bundling it into the image. For the bios target, biosdisk has been removed as it doesn't seem to provide any benefit and memdisk has been added to eliminate an error printed by GRUB upon load. | ||||
* | Add overlooked GRUB modules to modules-minimal | Andrew Robbins | 2018-04-07 | 1 | -0/+3 |
| | |||||
* | Add GRUB module 'cbmemc' to each GRUB target | Andrew Robbins | 2017-09-17 | 1 | -0/+1 |
| | | | | | Dumps CBMEM console log to stdout; this is useful for development/troubleshooting purposes. | ||||
* | Create GRUB UEFI target file 'modules-minimal' | Andrew Robbins | 2017-08-30 | 1 | -0/+10 |
As with the BIOS/Coreboot targets' modules-minimal files, this file lists the minimum necessary to complement a working, bootable image so that it can read from other devices in addition to halting/rebooting the machine. |