X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/8dce0adda6e1967de616287e224b914eb1bcef8e..bfc5eaebb93c6fe077c12d2305289c0d97f7a8ce:/INSTALL/README diff --git a/INSTALL/README b/INSTALL/README index 61f28d5..01bfb34 100644 --- a/INSTALL/README +++ b/INSTALL/README @@ -17,7 +17,9 @@ Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX Please refer https://www.ventoy.net/en/doc_start.html for details. - +========== VentoyWeb.sh =============== +1. sudo sh VentoyWeb.sh +2. open your browser and visit http://127.0.0.1:24680 ========== CreatePersistentImg.sh =============== @@ -33,5 +35,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.