mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-12 07:23:26 -05:00
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
Block a user