]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_chain.sh
update CI build script
[Ventoy.git] / IMG / cpio / ventoy / ventoy_chain.sh
index 4c9ec4aea15930fbbd355385c42986ef5d5456b5..6bc993ca8957961159c915746b204a9e900353b6 100644 (file)
@@ -309,6 +309,16 @@ ventoy_get_os_type() {
         echo 'primeos'; return
     fi
     
+    if $GREP -q 'austrumi' /proc/version; then
+        echo 'austrumi'; return
+    fi
+    
+    if [ -f /DISTRO_SPECS ]; then
+        if $GREP -q '[Pp]uppy' /DISTRO_SPECS; then
+            echo 'debian'; return
+        fi
+    fi
+    
     echo "default"
 }