add support for austrumi64-4.3.5.iso/slacko64-7.0.iso

This commit is contained in:
longpanda
2021-01-15 14:09:59 +08:00
parent 2f45cea46e
commit 807d313cd5
15 changed files with 60 additions and 5 deletions

View File

@@ -313,6 +313,12 @@ ventoy_get_os_type() {
echo 'austrumi'; return
fi
if [ -f /DISTRO_SPECS ]; then
if $GREP -q '[Pp]uppy' /DISTRO_SPECS; then
echo 'debian'; return
fi
fi
echo "default"
}