]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
update grub2 mod file
authorlongpanda <admin@ventoy.net>
Fri, 9 Dec 2022 13:33:59 +0000 (21:33 +0800)
committerlongpanda <admin@ventoy.net>
Fri, 9 Dec 2022 13:33:59 +0000 (21:33 +0800)
INSTALL/grub/arm64-efi/moddep.lst
INSTALL/grub/i386-efi/moddep.lst
INSTALL/grub/i386-pc/moddep.lst
INSTALL/grub/i386-pc/setkey.mod [new file with mode: 0644]
INSTALL/grub/i386-pc/video_fb.mod [new file with mode: 0644]

index 13604371f333f0de83267143275776cf5a4e89cd..7ec5308ef6c5184dff7ad4683c17b211c669bd81 100644 (file)
Binary files a/INSTALL/grub/arm64-efi/moddep.lst and b/INSTALL/grub/arm64-efi/moddep.lst differ
index 1e8687a59d25d4f1415a0f60cbb5f6f3ce5019dd..f0994548e1658b5fb8af487fae3722003466ad72 100644 (file)
@@ -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:
index 8e851501cb47903a6ae67b8ee2855aa4126e33d0..81bfd0a610f3b08672901f7207568a6499abb5c1 100644 (file)
@@ -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 (file)
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 (file)
index 0000000..4137d02
Binary files /dev/null and b/INSTALL/grub/i386-pc/video_fb.mod differ