aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2018-12-03 00:48:30 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2018-12-04 00:55:40 -0500
commit73d3ac2b4f6b64554f55e50ef1fa2f77eb9589a3 (patch)
treea44ead4dde2fdfc6c9dac266d61de6fdc2da6bc3 /projects
parent5a7042e93474bf37f92e7e4b4da3751ab4b66955 (diff)
downloadlibrebootfr-73d3ac2b4f6b64554f55e50ef1fa2f77eb9589a3.tar.gz
librebootfr-73d3ac2b4f6b64554f55e50ef1fa2f77eb9589a3.zip
Add useful modules to GRUB modules-minimal files
Module "biosdisk" is necessary for GRUB to boot from the floppy image we're working to create. If this module is not included in core.img it will simply not load. Module "minicmd" has been added in order to provide the commands "lsmod" and "rmmod" which are useful for listing loaded modules and unloading them, respectively (especially great for testing).
Diffstat (limited to 'projects')
-rw-r--r--projects/grub/configs/bios/modules-minimal2
-rw-r--r--projects/grub/configs/coreboot/modules-minimal1
-rw-r--r--projects/grub/configs/uefi/modules-minimal1
3 files changed, 4 insertions, 0 deletions
diff --git a/projects/grub/configs/bios/modules-minimal b/projects/grub/configs/bios/modules-minimal
index 6cb1d499..604b8091 100644
--- a/projects/grub/configs/bios/modules-minimal
+++ b/projects/grub/configs/bios/modules-minimal
@@ -1,4 +1,5 @@
ahci
+biosdisk
cbfs
cbmemc
configfile
@@ -7,6 +8,7 @@ ext2
halt
loadenv
memdisk
+minicmd
part_bsd
part_gpt
pata
diff --git a/projects/grub/configs/coreboot/modules-minimal b/projects/grub/configs/coreboot/modules-minimal
index e2033cb8..f67c1dcc 100644
--- a/projects/grub/configs/coreboot/modules-minimal
+++ b/projects/grub/configs/coreboot/modules-minimal
@@ -6,6 +6,7 @@ ehci
ext2
halt
loadenv
+minicmd
part_bsd
part_gpt
pata
diff --git a/projects/grub/configs/uefi/modules-minimal b/projects/grub/configs/uefi/modules-minimal
index e2033cb8..f67c1dcc 100644
--- a/projects/grub/configs/uefi/modules-minimal
+++ b/projects/grub/configs/uefi/modules-minimal
@@ -6,6 +6,7 @@ ehci
ext2
halt
loadenv
+minicmd
part_bsd
part_gpt
pata