aboutsummaryrefslogtreecommitdiff
path: root/projects/grub/configs/bios/install
Commit message (Collapse)AuthorAgeFilesLines
* Add GRUB module 'biosdisk' to BIOS target installAndrew Robbins2017-08-291-0/+1
| | | | | Without this module the GRUB can't find devices--as in, 'ls' literally lists nothing, not even the device GRUB booted from.
* Consolidate GRUB BIOS target modules into 'install'Andrew Robbins2017-08-291-0/+201
Since the majority of GRUB modules will be placed into CBFS instead of the GRUB image itself, the modules-install and modules-preload files no longer have any use as-is. However, they serve as a useful reference to which modules should be retained for later processing (thus the addition to the new install file).