]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy.sh
1.0.05 release
[Ventoy.git] / IMG / cpio / ventoy / ventoy.sh
index 6426dc83bbea3953218f4c1c285ec22347f64e13..6da1e7d0c3bbb23389cf35e92ae956f70813e7a4 100644 (file)
@@ -142,6 +142,12 @@ ventoy_get_os_type() {
         echo 'slackware'; return
     fi
     
+    if [ -e /init ]; then
+        if $GREP -i -q zeroshell /init; then
+            echo 'zeroshell'; return
+        fi
+    fi
+    
     
     echo "default"
 }