]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_chain.sh
Update vtoytool
[Ventoy.git] / IMG / cpio / ventoy / ventoy_chain.sh
index fbde4c87b95b37d7d56faea3399239572c773267..ba766201c47af91950cd44e6399979c2ee4d1633 100644 (file)
@@ -369,6 +369,9 @@ ventoy_get_os_type() {
         fi
     fi
     
+    if $GREP -q 'chimera' /proc/version; then
+        echo 'chimera'; return
+    fi
     
     echo "default"
 }