]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Fix the issue for booting Bliss OS 15.x
authorlongpanda <admin@ventoy.net>
Mon, 3 Apr 2023 01:18:13 +0000 (09:18 +0800)
committerlongpanda <admin@ventoy.net>
Mon, 3 Apr 2023 01:18:13 +0000 (09:18 +0800)
IMG/cpio/ventoy/ventoy_chain.sh

index ba766201c47af91950cd44e6399979c2ee4d1633..5b6be59a693afee839f38f5806b8ad5cafe390b0 100644 (file)
@@ -229,6 +229,10 @@ ventoy_get_os_type() {
         echo 'android'; return
     fi 
     
+    if $GREP -q 'android.google' /proc/version; then
+        echo 'android'; return
+    fi
+    
     if $GREP -q 'adelielinux' /proc/version; then
         echo 'adelie'; return
     fi