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
377cd9e4
Commit
377cd9e4
authored
Dec 25, 2022
by
longpanda
Browse files
Update readme
parent
be787283
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
INSTALL/README
INSTALL/README
+11
-11
No files found.
INSTALL/README
View file @
377cd9e4
========== Ventoy2Disk.sh ===============
========== Ventoy2Disk.sh ===============
sudo sh Ventoy2Disk.sh { -i | -I | -u } /dev/sdX sdX is the USB device, for example /dev/sdb.
sudo
ba
sh Ventoy2Disk.sh { -i | -I | -u } /dev/sdX sdX is the USB device, for example /dev/sdb.
Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX
Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX
CMD:
CMD:
...
@@ -18,16 +18,16 @@ Please refer https://www.ventoy.net/en/doc_start.html for details.
...
@@ -18,16 +18,16 @@ Please refer https://www.ventoy.net/en/doc_start.html for details.
========== VentoyWeb.sh ===============
========== VentoyWeb.sh ===============
1. sudo sh VentoyWeb.sh
1. sudo
ba
sh VentoyWeb.sh
2. open your browser and visit http://127.0.0.1:24680
2. open your browser and visit http://127.0.0.1:24680
========== VentoyPlugson.sh ===============
========== VentoyPlugson.sh ===============
1. sudo sh VentoyPlugson.sh
1. sudo
ba
sh VentoyPlugson.sh
/dev/sdX
2. open your browser and visit http://127.0.0.1:24681
2. open your browser and visit http://127.0.0.1:24681
========== VentoyVlnk.sh ===============
========== VentoyVlnk.sh ===============
Usage: sudo sh VentoyVlnk.sh CMD FILE
Usage: sudo
ba
sh VentoyVlnk.sh CMD FILE
CMD:
CMD:
-c FILE create vlnk for FILE
-c FILE create vlnk for FILE
-l VLNK parse vlnk file
-l VLNK parse vlnk file
...
@@ -43,21 +43,21 @@ VentoyGUI is native GUI program for Linux (GTK/QT)
...
@@ -43,21 +43,21 @@ VentoyGUI is native GUI program for Linux (GTK/QT)
========== CreatePersistentImg.sh ===============
========== CreatePersistentImg.sh ===============
sudo sh CreatePersistentImg.sh [ -s SIZE_IN_MB ] [ -t FSTYPE ] [ -l LABEL ] for example:
sudo
ba
sh CreatePersistentImg.sh [ -s SIZE_IN_MB ] [ -t FSTYPE ] [ -l LABEL ] for example:
sh CreatePersistentImg.sh ----> persistence.dat in 1GB size and ext4 filesystem and casper-rw label
ba
sh CreatePersistentImg.sh ----> persistence.dat in 1GB size and ext4 filesystem and casper-rw label
sh CreatePersistentImg.sh -l MX-Persist ----> persistence.dat in 1GB size and ext4 filesystem and MX-Persist label
ba
sh CreatePersistentImg.sh -l MX-Persist ----> persistence.dat in 1GB size and ext4 filesystem and MX-Persist label
sh CreatePersistentImg.sh -s 2048 ----> persistence.dat in 2GB size and ext4 filesystem and casper-rw label
ba
sh CreatePersistentImg.sh -s 2048 ----> persistence.dat in 2GB size and ext4 filesystem and casper-rw label
sh CreatePersistentImg.sh -s 4096 -t xfs ----> persistence.dat in 4GB size and xfs filesystem (ext2/3/4 xfs are supported) and casper-rw label
ba
sh CreatePersistentImg.sh -s 4096 -t xfs ----> persistence.dat in 4GB size and xfs filesystem (ext2/3/4 xfs are supported) and casper-rw label
Please refer https://www.ventoy.net/en/plugin_persistence.html for details.
Please refer https://www.ventoy.net/en/plugin_persistence.html for details.
========== ExtendPersistentImg.sh ===============
========== ExtendPersistentImg.sh ===============
sudo sh ExtendPersistentImg.sh file size
sudo
ba
sh ExtendPersistentImg.sh file size
For example:
For example:
sh ExtendPersistentImg.sh persistence.dat 2048 ----> Extend persistence.dat by 2048MB
ba
sh ExtendPersistentImg.sh persistence.dat 2048 ----> Extend persistence.dat by 2048MB
That is to say, persistence.dat file will grow to 3GB size (assume that it is 1GB size before extend)
That is to say, persistence.dat file will grow to 3GB size (assume that it is 1GB size before extend)
Please refer https://www.ventoy.net/en/plugin_persistence.html for details.
Please refer https://www.ventoy.net/en/plugin_persistence.html for details.
...
...
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