]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/README
1.0.46 release
[Ventoy.git] / INSTALL / README
index 2535f490165736cd8b5933bf231b596a29c502cb..645703eb6d8e0c6710fb1e1dc22e86c45e1985cc 100644 (file)
@@ -18,10 +18,11 @@ Please refer https://www.ventoy.net/en/doc_start.html for details.
 
 
 ========== VentoyWeb.sh ===============
-sudo sh VentoyWeb.sh 
-Normally, it will popup a web browser window. 
-If not you can open your browser and visit http://127.0.0.1:24680
+1. sudo sh VentoyWeb.sh 
+2. open your browser and visit http://127.0.0.1:24680
 
+========== VentoyWebDeepin.sh ===============
+1. sudo sh VentoyWebDeepin.sh 
 
 
 ========== CreatePersistentImg.sh ===============
@@ -37,5 +38,12 @@ Please refer https://www.ventoy.net/en/plugin_persistence.html for details.
 
 
 
+========== ExtendPersistentImg.sh ===============
+sudo sh ExtendPersistentImg.sh  file size   
+For example:
+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)
+
+Please refer https://www.ventoy.net/en/plugin_persistence.html for details.