mirror of https://github.com/ventoy/Ventoy.git
Fix Proxmox 8.1 boot issue. (#2657)
This commit is contained in:
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…
Reference in New Issue