Fix Proxmox 8.1 boot issue. (#2657)

pull/2667/head
longpanda 5 months ago
parent 39703cabb7
commit 757cacf274

@ -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

Loading…
Cancel
Save