aboutsummaryrefslogtreecommitdiff
path: root/projects/grub/configs
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-08-27 16:30:02 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-08-29 14:53:22 -0400
commita48685beded83e0929e2034eaa82f9de2b75e496 (patch)
treeb1b9699b8a28958478c34ba7a0220d2d230dc27e /projects/grub/configs
parent485fb20d9eb2a23930e289fa1011591c799acb34 (diff)
downloadlibrebootfr-a48685beded83e0929e2034eaa82f9de2b75e496.tar.gz
librebootfr-a48685beded83e0929e2034eaa82f9de2b75e496.zip
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).
Diffstat (limited to 'projects/grub/configs')
-rw-r--r--projects/grub/configs/bios/modules-minimal7
1 files changed, 7 insertions, 0 deletions
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