From: longpanda Date: Fri, 9 Dec 2022 13:33:59 +0000 (+0800) Subject: update grub2 mod file X-Git-Tag: v1.0.85~14 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/497d4cc9915c7bec82ea720e8856eac4950f48df update grub2 mod file --- diff --git a/INSTALL/grub/arm64-efi/moddep.lst b/INSTALL/grub/arm64-efi/moddep.lst index 1360437..7ec5308 100644 Binary files a/INSTALL/grub/arm64-efi/moddep.lst and b/INSTALL/grub/arm64-efi/moddep.lst differ diff --git a/INSTALL/grub/i386-efi/moddep.lst b/INSTALL/grub/i386-efi/moddep.lst index 1e8687a..f099454 100644 --- a/INSTALL/grub/i386-efi/moddep.lst +++ b/INSTALL/grub/i386-efi/moddep.lst @@ -26,7 +26,7 @@ sfs: fshelp reiserfs: fshelp part_sunpc: zstd: -gfxmenu: video_colors trig gfxterm bitmap_scale font normal video bitmap +gfxmenu: video_colors trig bitmap_scale gfxterm font normal video bitmap backtrace: jfs: help: extcmd normal @@ -121,7 +121,7 @@ ehci: cs5536 usb boot crypto: part_bsd: part_msdos cs5536: -ventoy: ext2 fshelp elf btrfs font crypto gcry_md5 exfat udf div extcmd datetime normal video gcry_sha1 mmap iso9660 +ventoy: ext2 fshelp elf btrfs crypto font gcry_md5 exfat udf datetime div extcmd normal video gcry_sha1 mmap iso9660 gcry_sha512: crypto password: crypto normal fshelp: diff --git a/INSTALL/grub/i386-pc/moddep.lst b/INSTALL/grub/i386-pc/moddep.lst index 8e85150..81bfd0a 100644 --- a/INSTALL/grub/i386-pc/moddep.lst +++ b/INSTALL/grub/i386-pc/moddep.lst @@ -26,7 +26,7 @@ sfs: fshelp reiserfs: fshelp part_sunpc: zstd: -gfxmenu: video_colors trig gfxterm bitmap_scale font normal video bitmap +gfxmenu: video_colors trig bitmap_scale gfxterm font normal video bitmap backtrace: jfs: help: extcmd normal @@ -124,7 +124,7 @@ crypto: part_bsd: part_msdos cs5536: pci biosdisk: -ventoy: elf fshelp ext2 btrfs font crypto gcry_md5 exfat udf div extcmd datetime normal video gcry_sha1 iso9660 acpi +ventoy: ext2 fshelp elf btrfs crypto font gcry_md5 exfat udf div extcmd datetime normal video gcry_sha1 iso9660 acpi lsapm: gcry_sha512: crypto password: crypto normal diff --git a/INSTALL/grub/i386-pc/setkey.mod b/INSTALL/grub/i386-pc/setkey.mod new file mode 100644 index 0000000..e1c55a0 Binary files /dev/null and b/INSTALL/grub/i386-pc/setkey.mod differ diff --git a/INSTALL/grub/i386-pc/video_fb.mod b/INSTALL/grub/i386-pc/video_fb.mod new file mode 100644 index 0000000..4137d02 Binary files /dev/null and b/INSTALL/grub/i386-pc/video_fb.mod differ