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