X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/4100e7a886befdd83c5eb920baa471c165677bf1..9fc85051a738b62ca2a74f6d1014e6306a909a53:/IMG/cpio/ventoy/ventoy_chain.sh diff --git a/IMG/cpio/ventoy/ventoy_chain.sh b/IMG/cpio/ventoy/ventoy_chain.sh index fbde4c8..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 @@ -369,6 +373,9 @@ ventoy_get_os_type() { fi fi + if $GREP -q 'chimera' /proc/version; then + echo 'chimera'; return + fi echo "default" }