X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/cbbd57eee5980acc6879e119fe6b8913285f2af6..fb38b321c22b3eb92dfe31028999a14b61bb1ac9:/INSTALL/README diff --git a/INSTALL/README b/INSTALL/README index db836ce..645703e 100644 --- a/INSTALL/README +++ b/INSTALL/README @@ -21,6 +21,8 @@ Please refer https://www.ventoy.net/en/doc_start.html for details. 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 =============== @@ -36,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.