Add support for Pyabr OS

This commit is contained in:
longpanda
2021-10-16 23:32:39 +08:00
parent a9be2fd4d9
commit cd9aa16b20
3 changed files with 94 additions and 0 deletions

View File

@@ -94,6 +94,10 @@ ventoy_get_debian_distro() {
echo 'mocaccino'; return
fi
if $GREP -q '/pyabr/' /proc/cmdline; then
echo 'pyabr'; return
fi
echo 'default'
}