diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-27 16:29:18 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-29 14:53:22 -0400 |
commit | 485fb20d9eb2a23930e289fa1011591c799acb34 (patch) | |
tree | b74c47753cb63bde0ae0391765317b830318bc68 /projects/grub/configs/bios/modules-install | |
parent | bb7abb3fd3b2c1b01a5341c42000bc6285f7379c (diff) | |
download | librebootfr-485fb20d9eb2a23930e289fa1011591c799acb34.tar.gz librebootfr-485fb20d9eb2a23930e289fa1011591c799acb34.zip |
Copy GRUB module lists to BIOS target dir
A GRUB image will be produced on a target-specific basis so the
target will need its own copy of the modules to include in either the
GRUB image itself or CBFS.
Diffstat (limited to 'projects/grub/configs/bios/modules-install')
-rw-r--r-- | projects/grub/configs/bios/modules-install | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/projects/grub/configs/bios/modules-install b/projects/grub/configs/bios/modules-install new file mode 100644 index 00000000..1d0d78ba --- /dev/null +++ b/projects/grub/configs/bios/modules-install @@ -0,0 +1,80 @@ +adler32 +all_video +archelp +ata +backtrace +bitmap +bitmap_scale +cmp +cpio +cpio_be +cpuid +crc64 +cs5536 +div_test +efiemu +elf +eval +exfat +extcmd +file +fshelp +gettext +gfxmenu +gptsync +gzio +hashsum +hexdump +http +linux16 +loadenv +lzopio +mda_text +mmap +mpi +msdospart +multiboot +multiboot2 +nativedisk +net +newc +ntfs +ntfscomp +odc +offsetio +parttool +priority_queue +procfs +progress +read +relocator +scsi +search +search_fs_file +search_fs_uuid +search_label +setjmp +setpci +sleep +squash4 +tar +terminfo +testload +testspeed +tftp +time +tr +trig +true +udf +ufs1 +ufs1_be +ufs2 +usbserial_common +usbserial_ftdi +usbserial_pl2303 +usbserial_usbdebug +usbtest +video_colors +videotest_checksum +xzio |