X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/d8bca311b2e72cba01b5d49d1a4a5c40a4fe4488..954cb14d874691f5e4360c3c8f9a397b921f52af:/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