Skip to content

Commit

Permalink
Fix the issue for booting Bliss OS 15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Apr 3, 2023
1 parent b9e82bc commit 9fc8505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IMG/cpio/ventoy/ventoy_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fc8505

Please sign in to comment.