Skip to content

Commit

Permalink
add mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Jul 31, 2020
1 parent faceaf4 commit 4cb9134
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file added INSTALL/grub/x86_64-efi/elf.mod
Binary file not shown.
Binary file added INSTALL/grub/x86_64-efi/gfxterm_menu.mod
Binary file not shown.
Binary file added INSTALL/grub/x86_64-efi/macho.mod
Binary file not shown.
Binary file added INSTALL/grub/x86_64-efi/offsetio.mod
Binary file not shown.
Binary file added INSTALL/grub/x86_64-efi/regexp.mod
Binary file not shown.
6 changes: 3 additions & 3 deletions INSTALL/tool/VentoyWorker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4cb9134

Please sign in to comment.