diff --git a/IMG/cpio/ventoy/ventoy_chain.sh b/IMG/cpio/ventoy/ventoy_chain.sh index ba766201..5b6be59a 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