]> 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 4c9ec4aea15930fbbd355385c42986ef5d5456b5..e344604729f979a82085336303c3e867f59c75b7 100644 (file)
@@ -309,6 +309,10 @@ ventoy_get_os_type() {
         echo 'primeos'; return
     fi
     
+    if $GREP -q 'austrumi' /proc/version; then
+        echo 'austrumi'; return
+    fi
+    
     echo "default"
 }