X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/4a44a828406c2773f81a1c4ef32344f3d343f431..261ddcef45ede2f9440342a5b3dd474e26df1679:/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh diff --git a/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh b/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh index 202ca64..9571cb0 100644 --- a/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh +++ b/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh @@ -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