]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_chain.sh
add support for UnionTechOS fuyu (#864)
[Ventoy.git] / IMG / cpio / ventoy / ventoy_chain.sh
index ccd7e3d0f6b4b9481670f71df3ae9bc8ac4754e9..af1747a6c026788c32924b9eea2ed4f79640cf78 100644 (file)
@@ -153,7 +153,10 @@ ventoy_get_os_type() {
             echo 'rhel7'; return
         elif $GREP -q 'openEuler' /etc/os-release; then
             echo 'openEuler'; return
+       elif $GREP -q 'fuyu' /etc/os-release; then
+            echo 'openEuler'; return   
         fi
+
     fi
     
     if $BUSYBOX_PATH/dmesg | $GREP -q -m1 "Xen:"; then