]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_chain.sh
1.0.42 release
[Ventoy.git] / IMG / cpio / ventoy / ventoy_chain.sh
index af1747a6c026788c32924b9eea2ed4f79640cf78..10fcc426dbb5e9a38d54f572ca1c45756d4933d8 100644 (file)
@@ -153,10 +153,9 @@ 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
+        elif $GREP -q 'fuyu' /etc/os-release; then
             echo 'openEuler'; return   
         fi
-
     fi
     
     if $BUSYBOX_PATH/dmesg | $GREP -q -m1 "Xen:"; then