Commit 757cacf2 authored by longpanda's avatar longpanda
Browse files

Fix Proxmox 8.1 boot issue. (#2657)

parent 39703cab
...@@ -49,6 +49,8 @@ ventoy_get_debian_distro() { ...@@ -49,6 +49,8 @@ ventoy_get_debian_distro() {
echo 'mll'; return echo 'mll'; return
elif $GREP -m1 -q 'stratodesk.com' /init; then elif $GREP -m1 -q 'stratodesk.com' /init; then
echo 'stratodesk'; return echo 'stratodesk'; return
elif $GREP -q "\bPVE\b" /init; then
echo 'pve'; return
fi fi
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment