Fix the issue for booting Bliss OS 15.x

This commit is contained in:
longpanda 2023-04-03 09:18:13 +08:00
parent b9e82bcf16
commit 9fc85051a7

View 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