]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_chain.sh
Merge branch 'master' of https://github.com/ventoy/Ventoy
[Ventoy.git] / IMG / cpio / ventoy / ventoy_chain.sh
index 613069945a5b220ca072d31f37dadd13fae37a7d..938f2e22cb06a06fc101b8833600938ae08025c3 100644 (file)
@@ -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"
 }