]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Fix Proxmox 8.1 boot issue. (#2657)
authorlongpanda <admin@ventoy.net>
Mon, 4 Dec 2023 15:00:31 +0000 (23:00 +0800)
committerlongpanda <admin@ventoy.net>
Mon, 4 Dec 2023 15:00:31 +0000 (23:00 +0800)
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