]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_chain.sh
optimization for boot openwrt
[Ventoy.git] / IMG / cpio / ventoy / ventoy_chain.sh
index ccd7e3d0f6b4b9481670f71df3ae9bc8ac4754e9..10fcc426dbb5e9a38d54f572ca1c45756d4933d8 100644 (file)
@@ -153,6 +153,8 @@ 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