X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/8dce0adda6e1967de616287e224b914eb1bcef8e..21735f92d60f4432b1de743be6a3adb4e8628726:/IMG/cpio/ventoy/ventoy_chain.sh?ds=inline diff --git a/IMG/cpio/ventoy/ventoy_chain.sh b/IMG/cpio/ventoy/ventoy_chain.sh index 6130699..938f2e2 100644 --- a/IMG/cpio/ventoy/ventoy_chain.sh +++ b/IMG/cpio/ventoy/ventoy_chain.sh @@ -301,6 +301,10 @@ ventoy_get_os_type() { echo 'pisilinux'; return fi + if $GREP -q 'blackPanther' /proc/version; then + echo 'blackPanther'; return + fi + echo "default" }