Add support for AerynOS. (#3433)
Some checks failed
Ventoy CI / build (push) Has been cancelled
Mirror GitHub to Gitee / Sync-GitHub-to-Gitee (push) Has been cancelled

This commit is contained in:
longpanda
2025-12-19 23:19:58 +08:00
parent 3597f15814
commit 4d7fcc26d4
5 changed files with 53 additions and 2 deletions

View File

@@ -177,6 +177,8 @@ ventoy_get_os_type() {
echo 'deepin'; return
elif $GREP -q 'chinauos' /etc/os-release; then
echo 'deepin'; return
elif $GREP -qi 'aerynos' /etc/os-release; then
echo 'rhel7'; return
fi
fi