Fix the issue for booting Bliss OS 15.x

pull/2288/head
longpanda 1 year ago
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…
Cancel
Save