]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/debian/ventoy-hook.sh
1.1.01
[Ventoy.git] / IMG / cpio / ventoy / hook / debian / ventoy-hook.sh
index cffaa0a3f19100582dbe859e85dada0801fe8f8b..b905d69e31ce95a36378880d2e720659e8b91267 100644 (file)
@@ -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