X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/63e9825d5d522beecac4ee5f421b115f9da2361b..45d15a764fe3a02d57778d864026ff1ef2ecad91:/IMG/cpio/ventoy/ventoy.sh?ds=sidebyside diff --git a/IMG/cpio/ventoy/ventoy.sh b/IMG/cpio/ventoy/ventoy.sh index 6da1e7d..727102a 100644 --- a/IMG/cpio/ventoy/ventoy.sh +++ b/IMG/cpio/ventoy/ventoy.sh @@ -148,6 +148,13 @@ ventoy_get_os_type() { fi fi + if $EGREP -q 'ALT ' /proc/version; then + echo 'alt'; return + fi + + if $EGREP -q 'porteus' /proc/version; then + echo 'debian'; return + fi echo "default" }