This commit is contained in:
longpanda 2020-08-01 00:30:36 +08:00
parent faceaf4267
commit 4cb9134e5c
6 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -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