]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Continue to boot even the ISO file size is invalid.
authorlongpanda <admin@ventoy.net>
Tue, 31 Aug 2021 09:04:09 +0000 (17:04 +0800)
committerlongpanda <admin@ventoy.net>
Tue, 31 Aug 2021 09:04:09 +0000 (17:04 +0800)
INSTALL/grub/grub.cfg

index eb50e5ce2ab0209cf0824bf3ccb364797b443029..0b4415ad1806132293e25fda56f857c875c91904 100644 (file)
@@ -1215,9 +1215,8 @@ function iso_common_menuentry {
             echo -e "\n $vt_volume_space $vt_chosen_size $vt_chosen_size_mod\n"
             echo -e "\n The size of the iso file \"$vt_chosen_size\" is invalid. File corrupted ?\n"
             echo -e " 此ISO文件的大小 \"$vt_chosen_size\" 有问题,请确认文件是否损坏。\n"
             echo -e "\n $vt_volume_space $vt_chosen_size $vt_chosen_size_mod\n"
             echo -e "\n The size of the iso file \"$vt_chosen_size\" is invalid. File corrupted ?\n"
             echo -e " 此ISO文件的大小 \"$vt_chosen_size\" 有问题,请确认文件是否损坏。\n"
-            echo -e "\n press ENTER to exit (请按 回车 键返回) ..."
+            echo -e "\n press ENTER to continue (请按 回车 键继续) ..."
             read vtInputKey
             read vtInputKey
-            return
         fi
     fi
     
         fi
     fi