Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
4cb9134e
Commit
4cb9134e
authored
Aug 01, 2020
by
longpanda
Browse files
add mod
parent
faceaf42
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
3 deletions
+3
-3
INSTALL/grub/x86_64-efi/elf.mod
INSTALL/grub/x86_64-efi/elf.mod
+0
-0
INSTALL/grub/x86_64-efi/gfxterm_menu.mod
INSTALL/grub/x86_64-efi/gfxterm_menu.mod
+0
-0
INSTALL/grub/x86_64-efi/macho.mod
INSTALL/grub/x86_64-efi/macho.mod
+0
-0
INSTALL/grub/x86_64-efi/offsetio.mod
INSTALL/grub/x86_64-efi/offsetio.mod
+0
-0
INSTALL/grub/x86_64-efi/regexp.mod
INSTALL/grub/x86_64-efi/regexp.mod
+0
-0
INSTALL/tool/VentoyWorker.sh
INSTALL/tool/VentoyWorker.sh
+3
-3
No files found.
INSTALL/grub/x86_64-efi/elf.mod
0 → 100644
View file @
4cb9134e
File added
INSTALL/grub/x86_64-efi/gfxterm_menu.mod
0 → 100644
View file @
4cb9134e
File added
INSTALL/grub/x86_64-efi/macho.mod
0 → 100644
View file @
4cb9134e
File added
INSTALL/grub/x86_64-efi/offsetio.mod
0 → 100644
View file @
4cb9134e
File added
INSTALL/grub/x86_64-efi/regexp.mod
0 → 100644
View file @
4cb9134e
File added
INSTALL/tool/VentoyWorker.sh
View file @
4cb9134e
...
@@ -222,7 +222,9 @@ if [ "$MODE" = "install" ]; then
...
@@ -222,7 +222,9 @@ if [ "$MODE" = "install" ]; then
cmd
=
./tool/mkexfatfs_32
cmd
=
./tool/mkexfatfs_32
fi
fi
chmod
+x ./tool/
*
if
[
-d
./tool/
]
;
then
chmod
+x
-R
./tool/
fi
# DiskSize > 32GB Cluster Size use 128KB
# DiskSize > 32GB Cluster Size use 128KB
# DiskSize < 32GB Cluster Size use 32KB
# DiskSize < 32GB Cluster Size use 32KB
...
@@ -234,8 +236,6 @@ if [ "$MODE" = "install" ]; then
...
@@ -234,8 +236,6 @@ if [ "$MODE" = "install" ]; then
$cmd
-n
ventoy
-s
$cluster_sectors
${
DISK
}
1
$cmd
-n
ventoy
-s
$cluster_sectors
${
DISK
}
1
chmod
+x ./tool/vtoy_gen_uuid
vtinfo
"writing data to disk ..."
vtinfo
"writing data to disk ..."
dd
status
=
none
conv
=
fsync
if
=
./boot/boot.img
of
=
$DISK
bs
=
1
count
=
446
dd
status
=
none
conv
=
fsync
if
=
./boot/boot.img
of
=
$DISK
bs
=
1
count
=
446
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment