]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - INSTALL/README
Update CI
[Ventoy.git] / INSTALL / README
1
2 ========== Ventoy2Disk.sh ===============
3
4 sudo sh Ventoy2Disk.sh { -i | -I | -u } /dev/sdX sdX is the USB device, for example /dev/sdb.
5
6 Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX
7 CMD:
8 -i install ventoy to sdX (fail if disk already installed with ventoy)
9 -I force install ventoy to sdX (no matter installed or not)
10 -u update ventoy in sdX
11
12 OPTION: (optional)
13 -r SIZE_MB preserve some space at the bottom of the disk (only for install)
14 -s enable secure boot support (default is disabled)
15 -g use GPT partition style, default is MBR style (only for install)
16
17 Please refer https://www.ventoy.net/en/doc_start.html for details.
18
19
20
21
22
23 ========== CreatePersistentImg.sh ===============
24
25 sudo sh CreatePersistentImg.sh [ -s SIZE_IN_MB ] [ -t FSTYPE ] [ -l LABEL ] for example:
26
27 sh CreatePersistentImg.sh ----> persistence.dat in 1GB size and ext4 filesystem and casper-rw label
28 sh CreatePersistentImg.sh -l MX-Persist ----> persistence.dat in 1GB size and ext4 filesystem and MX-Persist label
29 sh CreatePersistentImg.sh -s 2048 ----> persistence.dat in 2GB size and ext4 filesystem and casper-rw label
30 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
31
32 Please refer https://www.ventoy.net/en/plugin_persistence.html for details.
33
34
35
36
37