diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-29 21:38:05 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-29 23:52:04 -0400 |
commit | 1e78955183d3ce2a285e9f210202d6999f2763d6 (patch) | |
tree | b10316b48e1b698cb3a5b401ec6dce32f9644989 /projects/grub/configs | |
parent | c635c90b937b5a995ffd19c2282d59443623a926 (diff) | |
download | librebootfr-1e78955183d3ce2a285e9f210202d6999f2763d6.tar.gz librebootfr-1e78955183d3ce2a285e9f210202d6999f2763d6.zip |
Create GRUB Coreboot target file 'modules-minimal'
As with the BIOS target's modules-minimal file, this file lists the
minimum necessary to complement a working, bootable image so that it
can read from other devices in addition to halting/rebooting the
machine.
Diffstat (limited to 'projects/grub/configs')
-rw-r--r-- | projects/grub/configs/coreboot/modules-minimal | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/grub/configs/coreboot/modules-minimal b/projects/grub/configs/coreboot/modules-minimal new file mode 100644 index 00000000..8954bafb --- /dev/null +++ b/projects/grub/configs/coreboot/modules-minimal @@ -0,0 +1,6 @@ +ext2 +halt +part_bsd +part_gpt +reboot +verify |