]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_loop.sh
Fix the missing program issue for EasyU
[Ventoy.git] / IMG / cpio / ventoy / ventoy_loop.sh
index 341ea84b10d09bc880994d37bf397258f7298db1..bf67ec4763fe62b9c9a27d643d8ec7da3a330db8 100644 (file)
@@ -198,6 +198,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