From 9fc85051a738b62ca2a74f6d1014e6306a909a53 Mon Sep 17 00:00:00 2001 From: longpanda Date: Mon, 3 Apr 2023 09:18:13 +0800 Subject: [PATCH] Fix the issue for booting Bliss OS 15.x --- IMG/cpio/ventoy/ventoy_chain.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IMG/cpio/ventoy/ventoy_chain.sh b/IMG/cpio/ventoy/ventoy_chain.sh index ba766201..5b6be59a 100644 --- a/IMG/cpio/ventoy/ventoy_chain.sh +++ b/IMG/cpio/ventoy/ventoy_chain.sh @@ -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