Skip to content

Commit

Permalink
1.0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed May 16, 2020
1 parent fe0dda6 commit 84c5006
Show file tree
Hide file tree
Showing 27 changed files with 4,701 additions and 142 deletions.
2 changes: 1 addition & 1 deletion GRUB2/grub-2.04/grub-core/disk/i386/pc/biosdisk.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ static int ventoy_is_mbr_match(ventoy_mbr_head *head)
return 0;
}

if (head->PartTbl[0].FsFlag != 0x07 || head->PartTbl[0].StartSectorId != 2048) {
if (head->PartTbl[0].StartSectorId != 2048) {
return 0;
}

Expand Down
Loading

0 comments on commit 84c5006

Please sign in to comment.