mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-12-26 07:05:58 -05:00
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
|
echo 'android'; return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if $GREP -q 'android.google' /proc/version; then
|
||||||
|
echo 'android'; return
|
||||||
|
fi
|
||||||
|
|
||||||
if $GREP -q 'adelielinux' /proc/version; then
|
if $GREP -q 'adelielinux' /proc/version; then
|
||||||
echo 'adelie'; return
|
echo 'adelie'; return
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user