]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_chain.sh
Support veket_24
[Ventoy.git] / IMG / cpio / ventoy / ventoy_chain.sh
index cae7c4fd04fd94fe03fb9490f5b00da610bb7dd6..b97e4afbcc0a9ef6f129e134382c6906ff9e9a93 100644 (file)
@@ -376,6 +376,14 @@ ventoy_get_os_type() {
     if $GREP -q 'chimera' /proc/version; then
         echo 'chimera'; return
     fi
+
+    
+    if $GREP -q '4.19.' /proc/version; then
+        if [ -d /lib/dracut/hooks ]; then
+            echo 'openEuler'; return
+        fi
+    fi
+    
     
     echo "default"
 }