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
87756843
Commit
87756843
authored
Sep 13, 2021
by
longpanda
Browse files
1.0.52 release
parent
d1481392
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
IMG/cpio_x86/ventoy/tool/vtoytool_install.sh
IMG/cpio_x86/ventoy/tool/vtoytool_install.sh
+7
-2
INSTALL/README
INSTALL/README
+6
-0
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+1
-1
No files found.
IMG/cpio_x86/ventoy/tool/vtoytool_install.sh
View file @
87756843
...
@@ -84,10 +84,15 @@ else
...
@@ -84,10 +84,15 @@ else
if
$GREP
-q
64
$VTOY_PATH
/ventoy_arch
;
then
if
$GREP
-q
64
$VTOY_PATH
/ventoy_arch
;
then
echo
"use veritysetup64"
>>
$VTLOG
echo
"use veritysetup64"
>>
$VTLOG
$BUSYBOX_PATH
/cp
-a
$VTOY_PATH
/tool/veritysetup64
$VTOY_PATH
/tool/veritysetup
if
[
-f
$VTOY_PATH
/tool/veritysetup64
]
;
then
$BUSYBOX_PATH
/cp
-a
$VTOY_PATH
/tool/veritysetup64
$VTOY_PATH
/tool/veritysetup
fi
else
else
echo
"use veritysetup32"
>>
$VTLOG
echo
"use veritysetup32"
>>
$VTLOG
$BUSYBOX_PATH
/cp
-a
$VTOY_PATH
/tool/veritysetup32
$VTOY_PATH
/tool/veritysetup
if
[
-f
$VTOY_PATH
/tool/veritysetup32
]
;
then
$BUSYBOX_PATH
/cp
-a
$VTOY_PATH
/tool/veritysetup32
$VTOY_PATH
/tool/veritysetup
fi
fi
fi
fi
fi
INSTALL/README
View file @
87756843
...
@@ -22,6 +22,12 @@ Please refer https://www.ventoy.net/en/doc_start.html for details.
...
@@ -22,6 +22,12 @@ Please refer https://www.ventoy.net/en/doc_start.html for details.
2. open your browser and visit http://127.0.0.1:24680
2. open your browser and visit http://127.0.0.1:24680
========= VentoyGUI ===================
VentoyGUI is native GUI program for Linux (GTK/QT)
1. Just double-click the file (e.g. VentoyGUI.x86_64)
2. If it can not startup after double-click, you can open the terminal and just execute the file (e.g. ./VentoyGUI.x86_64)
========== CreatePersistentImg.sh ===============
========== CreatePersistentImg.sh ===============
sudo sh CreatePersistentImg.sh [ -s SIZE_IN_MB ] [ -t FSTYPE ] [ -l LABEL ] for example:
sudo sh CreatePersistentImg.sh [ -s SIZE_IN_MB ] [ -t FSTYPE ] [ -l LABEL ] for example:
...
...
INSTALL/grub/grub.cfg
View file @
87756843
...
@@ -1963,7 +1963,7 @@ function img_unsupport_menuentry {
...
@@ -1963,7 +1963,7 @@ function img_unsupport_menuentry {
#############################################################
#############################################################
#############################################################
#############################################################
set VENTOY_VERSION="1.0.5
1
"
set VENTOY_VERSION="1.0.5
2
"
#ACPI not compatible with Window7/8, so disable by default
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1
set VTOY_PARAM_NO_ACPI=1
...
...
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