X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/d5b829f8e8c8367b032b4bb57a8fc37701d42e17..967a259ceeebe8917dec488303d084398e2f462a:/IMG/cpio/ventoy/ventoy.sh diff --git a/IMG/cpio/ventoy/ventoy.sh b/IMG/cpio/ventoy/ventoy.sh index 2517f0b..543543d 100644 --- a/IMG/cpio/ventoy/ventoy.sh +++ b/IMG/cpio/ventoy/ventoy.sh @@ -165,6 +165,12 @@ ventoy_get_os_type() { echo 'arch'; return fi + if $GREP -q 'berry ' /proc/version; then + echo 'berry'; return + fi + + + echo "default" }