Skip to content

Commit

Permalink
Fix Proxmox 8.1 boot issue. (#2657)
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Dec 4, 2023
1 parent 39703ca commit 757cacf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IMG/cpio/ventoy/hook/debian/ventoy-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 757cacf

Please sign in to comment.