add austrumi support.(issue #637)

This commit is contained in:
longpanda
2020-12-15 17:42:15 +08:00
parent 0ac83bffda
commit 8b9901a6a5
2 changed files with 10 additions and 1 deletions

View File

@@ -309,6 +309,10 @@ ventoy_get_os_type() {
echo 'primeos'; return
fi
if $GREP -q 'austrumi' /proc/version; then
echo 'austrumi'; return
fi
echo "default"
}