From 73d3ac2b4f6b64554f55e50ef1fa2f77eb9589a3 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 3 Dec 2018 00:48:30 -0500 Subject: 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). --- projects/grub/configs/bios/modules-minimal | 2 ++ projects/grub/configs/coreboot/modules-minimal | 1 + projects/grub/configs/uefi/modules-minimal | 1 + 3 files changed, 4 insertions(+) (limited to 'projects/grub') 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 -- cgit v1.2.3-70-g09d2