mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-02-25 04:19:16 -05:00
add mod
This commit is contained in:
parent
faceaf4267
commit
4cb9134e5c
BIN
INSTALL/grub/x86_64-efi/elf.mod
Normal file
BIN
INSTALL/grub/x86_64-efi/elf.mod
Normal file
Binary file not shown.
BIN
INSTALL/grub/x86_64-efi/gfxterm_menu.mod
Normal file
BIN
INSTALL/grub/x86_64-efi/gfxterm_menu.mod
Normal file
Binary file not shown.
BIN
INSTALL/grub/x86_64-efi/macho.mod
Normal file
BIN
INSTALL/grub/x86_64-efi/macho.mod
Normal file
Binary file not shown.
BIN
INSTALL/grub/x86_64-efi/offsetio.mod
Normal file
BIN
INSTALL/grub/x86_64-efi/offsetio.mod
Normal file
Binary file not shown.
BIN
INSTALL/grub/x86_64-efi/regexp.mod
Normal file
BIN
INSTALL/grub/x86_64-efi/regexp.mod
Normal file
Binary file not shown.
@ -222,7 +222,9 @@ if [ "$MODE" = "install" ]; then
|
||||
cmd=./tool/mkexfatfs_32
|
||||
fi
|
||||
|
||||
chmod +x ./tool/*
|
||||
if [ -d ./tool/ ]; then
|
||||
chmod +x -R ./tool/
|
||||
fi
|
||||
|
||||
# DiskSize > 32GB Cluster Size use 128KB
|
||||
# DiskSize < 32GB Cluster Size use 32KB
|
||||
@ -234,8 +236,6 @@ if [ "$MODE" = "install" ]; then
|
||||
|
||||
$cmd -n ventoy -s $cluster_sectors ${DISK}1
|
||||
|
||||
chmod +x ./tool/vtoy_gen_uuid
|
||||
|
||||
vtinfo "writing data to disk ..."
|
||||
|
||||
dd status=none conv=fsync if=./boot/boot.img of=$DISK bs=1 count=446
|
||||
|
Loading…
x
Reference in New Issue
Block a user