]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
1.0.52 release v1.0.52
authorlongpanda <admin@ventoy.net>
Mon, 13 Sep 2021 10:48:09 +0000 (18:48 +0800)
committerlongpanda <admin@ventoy.net>
Mon, 13 Sep 2021 10:48:09 +0000 (18:48 +0800)
IMG/cpio_x86/ventoy/tool/vtoytool_install.sh
INSTALL/README
INSTALL/grub/grub.cfg

index a7ecdf5f9965c14f7de580f25934506a900a9055..1ccadd16bc525d8862b33cfaa86a7c9be008cb31 100644 (file)
@@ -84,10 +84,15 @@ else
 
     if $GREP -q 64 $VTOY_PATH/ventoy_arch; then
         echo "use veritysetup64" >>$VTLOG    
 
     if $GREP -q 64 $VTOY_PATH/ventoy_arch; then
         echo "use veritysetup64" >>$VTLOG    
-        $BUSYBOX_PATH/cp -a $VTOY_PATH/tool/veritysetup64  $VTOY_PATH/tool/veritysetup
+        if [ -f $VTOY_PATH/tool/veritysetup64 ]; then
+            $BUSYBOX_PATH/cp -a $VTOY_PATH/tool/veritysetup64  $VTOY_PATH/tool/veritysetup
+        fi
     else
         echo "use veritysetup32" >>$VTLOG    
     else
         echo "use veritysetup32" >>$VTLOG    
-        $BUSYBOX_PATH/cp -a $VTOY_PATH/tool/veritysetup32  $VTOY_PATH/tool/veritysetup
+        
+        if [ -f $VTOY_PATH/tool/veritysetup32 ]; then
+            $BUSYBOX_PATH/cp -a $VTOY_PATH/tool/veritysetup32  $VTOY_PATH/tool/veritysetup
+        fi
     fi
 fi
 
     fi
 fi
 
index 01bfb34cfbee5fa012c20341b414f9554a9f2d95..fc7b443d73b7e7891b7e9a7f9e75c3af03f9fa91 100644 (file)
@@ -22,6 +22,12 @@ Please refer https://www.ventoy.net/en/doc_start.html for details.
 2. open your browser and visit http://127.0.0.1:24680
 
 
 2. open your browser and visit http://127.0.0.1:24680
 
 
+========= VentoyGUI ===================
+VentoyGUI is native GUI program for Linux (GTK/QT)
+1. Just double-click the file (e.g. VentoyGUI.x86_64)
+2. If it can not startup after double-click, you can open the terminal and just execute the file (e.g.  ./VentoyGUI.x86_64)
+
+
 ========== CreatePersistentImg.sh ===============
 
 sudo sh CreatePersistentImg.sh  [ -s SIZE_IN_MB ] [ -t FSTYPE ] [ -l LABEL ]   for example:
 ========== CreatePersistentImg.sh ===============
 
 sudo sh CreatePersistentImg.sh  [ -s SIZE_IN_MB ] [ -t FSTYPE ] [ -l LABEL ]   for example:
index f6c1ede9f9122966e90b5ca1a1d02b8ccb98ca1d..4d596b983997356c296b4d7a5785599d85dd2b4e 100644 (file)
@@ -1963,7 +1963,7 @@ function img_unsupport_menuentry {
 #############################################################
 #############################################################
 
 #############################################################
 #############################################################
 
-set VENTOY_VERSION="1.0.51"
+set VENTOY_VERSION="1.0.52"
 
 #ACPI not compatible with Window7/8, so disable by default
 set VTOY_PARAM_NO_ACPI=1
 
 #ACPI not compatible with Window7/8, so disable by default
 set VTOY_PARAM_NO_ACPI=1