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-preload | |
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-preload')
-rw-r--r-- | projects/grub/configs/bios/modules-preload | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/projects/grub/configs/bios/modules-preload b/projects/grub/configs/bios/modules-preload new file mode 100644 index 00000000..bbbac61f --- /dev/null +++ b/projects/grub/configs/bios/modules-preload @@ -0,0 +1,122 @@ +acpi +affs +afs +ahci +at_keyboard +bfs +boot +bsd +btrfs +cat +cbfs +cbls +cbmemc +cbtime +chain +cmosdump +cmostest +configfile +crypto +cryptodisk +date +datehook +datetime +disk +diskfilter +echo +ehci +ext2 +fat +gcry_arcfour +gcry_blowfish +gcry_camellia +gcry_cast5 +gcry_crc +gcry_des +gcry_dsa +gcry_idea +gcry_md4 +gcry_md5 +gcry_rfc2268 +gcry_rijndael +gcry_rmd160 +gcry_rsa +gcry_seed +gcry_serpent +gcry_sha1 +gcry_sha256 +gcry_sha512 +gcry_tiger +gcry_twofish +gcry_whirlpool +gfxmenu +gfxterm_background +gfxterm_menu +halt +hdparm +help +hfs +hfsplus +iorw +iso9660 +jfs +jpeg +keystatus +linux +loopback +ls +lsacpi +lsmmap +lspci +luks +lvm +mdraid09 +mdraid09_be +mdraid1x +memdisk +memrw +minicmd +minix +minix2 +minix2_be +minix3 +minix3_be +minix_be +morse +nilfs2 +normal +ohci +part_bsd +part_gpt +part_msdos +password +password_pbkdf2 +pata +pbkdf2 +pci +pcidump +play +png +probe +raid5rec +raid6rec +reboot +regexp +reiserfs +romfs +serial +sfs +spkmodem +syslinuxcfg +terminal +test +tga +uhci +usb +usb_keyboard +usbms +verify +videoinfo +videotest +xfs +zfs |