mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-31 15:18:34 -04:00
Fix the issue for booting Bliss OS 15.x
This commit is contained in:
parent
b9e82bcf16
commit
9fc85051a7
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue