From: longpanda Date: Mon, 3 Apr 2023 01:18:13 +0000 (+0800) Subject: Fix the issue for booting Bliss OS 15.x X-Git-Tag: v1.0.91~4 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/9fc85051a738b62ca2a74f6d1014e6306a909a53 Fix the issue for booting Bliss OS 15.x --- diff --git a/IMG/cpio/ventoy/ventoy_chain.sh b/IMG/cpio/ventoy/ventoy_chain.sh index ba76620..5b6be59 100644 --- a/IMG/cpio/ventoy/ventoy_chain.sh +++ b/IMG/cpio/ventoy/ventoy_chain.sh @@ -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