]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/debian/ventoy-hook.sh
Support Stratodesk NoTouch OS (#1652)
[Ventoy.git] / IMG / cpio / ventoy / hook / debian / ventoy-hook.sh
index 202ca644911b43c92336b9806e56d0d7a049c941..9571cb071cbe53f9814bf67f4a62d0395a601b91 100644 (file)
@@ -43,6 +43,8 @@ ventoy_get_debian_distro() {
             fi
         elif $GREP -m1 -q 'Minimal.*Linux.*Live' /init; then
             echo 'mll'; return
+        elif $GREP -m1 -q 'stratodesk.com' /init; then
+            echo 'stratodesk'; return
         fi
     fi