]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_chain.sh
IA32 ARM64 support
[Ventoy.git] / IMG / cpio / ventoy / ventoy_chain.sh
index 1bdc02a5469fc1e521e8997b12b18a5270c15e9b..4c9ec4aea15930fbbd355385c42986ef5d5456b5 100644 (file)
@@ -305,6 +305,10 @@ ventoy_get_os_type() {
         echo 'blackPanther'; return
     fi
     
+    if $GREP -q 'primeos' /proc/version; then
+        echo 'primeos'; return
+    fi
+    
     echo "default"
 }