Fix Proxmox 8.1 boot issue. (#2657)

This commit is contained in:
longpanda 2023-12-04 23:00:31 +08:00
parent 39703cabb7
commit 757cacf274
1 changed files with 2 additions and 0 deletions

View 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