diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-12-25 21:59:27 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-12-25 21:59:27 -0500 |
commit | d522956bd9f6ecb6ebf5bdd9d2f23e43dfabf5c5 (patch) | |
tree | 361e2351e0d92a3621b1bf18cc3061f6c8e69ed0 | |
parent | c9e5a6b91406fe0e1b8188c2818c5e2f7ad3e267 (diff) | |
download | librebootfr-d522956bd9f6ecb6ebf5bdd9d2f23e43dfabf5c5.tar.gz librebootfr-d522956bd9f6ecb6ebf5bdd9d2f23e43dfabf5c5.zip |
Include FAT fs support in BIOS GRUB core.img
The SeaGRUB floppy image has a FAT12 filesystem and GRUB needs
to be able to read it in order to load modules stored there.
-rw-r--r-- | projects/grub/configs/bios/modules-minimal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/grub/configs/bios/modules-minimal b/projects/grub/configs/bios/modules-minimal index 604b8091..b9684529 100644 --- a/projects/grub/configs/bios/modules-minimal +++ b/projects/grub/configs/bios/modules-minimal @@ -5,6 +5,7 @@ cbmemc configfile ehci ext2 +fat halt loadenv memdisk |