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/uefi/modules-minimal | 1 + 1 file changed, 1 insertion(+) (limited to 'projects/grub/configs/uefi') 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