Skip to content

Commit

Permalink
Fix the boot issue for latest KAOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Apr 6, 2024
1 parent 44fb9f4 commit ee7da60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions INSTALL/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,8 @@ function ventoy_iso_busybox_ver {
set ventoy_busybox_ver=64
elif vt_str_begin "$vt_volume_id" "LDiagBootable"; then
set ventoy_busybox_ver=64
elif vt_str_begin "$vt_volume_id" "KAOS_"; then
set ventoy_busybox_ver=64
fi
fi
Expand Down

0 comments on commit ee7da60

Please sign in to comment.