-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rouge: add Hybrid MBR support for GPT
Hybrid MBR is kind of accepted hack, that defines (subset) of partitions both in MBR and in GPT. It is primarily used in cases when we want to use GPT, but some part of the system (like bootloader) supports only MBR. This thing is not standardized so different OSes can react differently to this it. Thus, it should be used only if there are no other options. This patch was made with intention to be able to create Raspberry Pi Zero boot images. Signed-off-by: Volodymyr Babchuk <[email protected]>
- Loading branch information
Showing
3 changed files
with
86 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters