]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Fix the boot issue for latest KAOS.
authorlongpanda <admin@ventoy.net>
Sat, 6 Apr 2024 15:53:07 +0000 (23:53 +0800)
committerlongpanda <admin@ventoy.net>
Sat, 6 Apr 2024 15:53:07 +0000 (23:53 +0800)
INSTALL/grub/grub.cfg

index 7ad05d0b3bab290927693249ab186c14ea178048..c8afdef7db41613ad3a620dd9495582c628c2f8e 100644 (file)
@@ -1411,6 +1411,8 @@ function ventoy_iso_busybox_ver {
             set ventoy_busybox_ver=64
         elif vt_str_begin "$vt_volume_id" "LDiagBootable"; then
             set ventoy_busybox_ver=64
+        elif vt_str_begin "$vt_volume_id" "KAOS_"; then
+            set ventoy_busybox_ver=64
 
         fi
     fi