Support Stratodesk NoTouch OS (#1652)

This commit is contained in:
longpanda
2022-06-04 11:43:22 +08:00
parent d8bca311b2
commit 954cb14d87
3 changed files with 68 additions and 0 deletions

View 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