From a48685beded83e0929e2034eaa82f9de2b75e496 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sun, 27 Aug 2017 16:30:02 -0400 Subject: Create GRUB BIOS target file 'modules-minimal' This file should only contain the minimum of modules necessary to create a working, bootable image able to source other modules and files from CBFS and/or a separate device. (module dependencies are installed automatically) By including as few modules as possible into the GRUB image, selective addition/removal of modules to/from CBFS is now possible. In addition, modules can be reloaded without issue (modules included in the GRUB image can't be reloaded). --- projects/grub/configs/bios/modules-minimal | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 projects/grub/configs/bios/modules-minimal (limited to 'projects/grub') diff --git a/projects/grub/configs/bios/modules-minimal b/projects/grub/configs/bios/modules-minimal new file mode 100644 index 00000000..abd265c0 --- /dev/null +++ b/projects/grub/configs/bios/modules-minimal @@ -0,0 +1,7 @@ +biosdisk +ext2 +halt +part_bsd +part_gpt +reboot +verify -- cgit v1.2.3-70-g09d2