]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy.sh
1.0.07 release
[Ventoy.git] / IMG / cpio / ventoy / ventoy.sh
index 727102a24c279a86794bf1c2178ef9e444801904..2517f0b12688713f8f3dc8efedea2d79adcca6dc 100644 (file)
@@ -130,6 +130,7 @@ ventoy_get_os_type() {
             echo 'xen'; return
         elif $GREP -q 'SUSE ' /etc/os-release; then
             echo 'suse'; return
+       
         fi
     fi
     
@@ -156,6 +157,14 @@ ventoy_get_os_type() {
         echo 'debian'; return
     fi
     
+    if $GREP -q 'Clear Linux ' /proc/version; then
+        echo 'clear'; return
+    fi
+    
+    if $GREP -q 'artix' /proc/version; then
+        echo 'arch'; return
+    fi
+    
     echo "default"
 }