mirror of https://github.com/ventoy/Ventoy.git
Fix the issue for booting Bliss OS 15.x
This commit is contained in:
parent
b9e82bcf16
commit
9fc85051a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue