From: longpanda Date: Mon, 4 Dec 2023 15:00:31 +0000 (+0800) Subject: Fix Proxmox 8.1 boot issue. (#2657) X-Git-Tag: v1.0.97~4 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/757cacf274a71081765b36964b5cb1af6105f7d1 Fix Proxmox 8.1 boot issue. (#2657) --- 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