support devuan in Legacy BIOS mode.

This commit is contained in:
longpanda
2025-02-24 19:16:31 +08:00
parent 004ad27e0d
commit 96f11252d9
4 changed files with 70 additions and 0 deletions

View File

@@ -110,6 +110,10 @@ ventoy_get_debian_distro() {
echo 'pyabr'; return
fi
if [ -e /devuan-logo.txt ]; then
echo 'devuan'; return
fi
echo 'default'
}