]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy.sh
Update README.md
[Ventoy.git] / IMG / cpio / ventoy / ventoy.sh
index 6da1e7d0c3bbb23389cf35e92ae956f70813e7a4..727102a24c279a86794bf1c2178ef9e444801904 100644 (file)
@@ -148,6 +148,13 @@ ventoy_get_os_type() {
         fi
     fi
     
+    if $EGREP -q 'ALT ' /proc/version; then
+        echo 'alt'; return
+    fi
+    
+    if $EGREP -q 'porteus' /proc/version; then
+        echo 'debian'; return
+    fi
     
     echo "default"
 }