X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/82053680bf438f9da570d393315fcbbd9b752e25..966ed21de7dfd77dddfa26bab5c8b4af8a73c99e:/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh diff --git a/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh b/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh index cffaa0a..b905d69 100644 --- a/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh +++ b/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh @@ -49,6 +49,8 @@ ventoy_get_debian_distro() { echo 'mll'; return elif $GREP -m1 -q 'stratodesk.com' /init; then echo 'stratodesk'; return + elif $GREP -q "\bPVE\b" /init; then + echo 'pve'; return fi fi