]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy.sh
1.0.15 release
[Ventoy.git] / IMG / cpio / ventoy / ventoy.sh
index af1f2dfe5f7e3d37e4051e0cd4d75dddeed17d93..42efb2ec1c13dcdd4ff56850275159763f2a64c1 100644 (file)
@@ -200,6 +200,10 @@ ventoy_get_os_type() {
         echo 'pmagic'; return
     fi
     
+    if $GREP -q 'CDlinux' /proc/cmdline; then
+        echo 'cdlinux'; return
+    fi
+    
     echo "default"
 }