[RPI3] Switch to hybrid partition table for Raspberry Pi3.
This commit is contained in:
parent
b2548b9ec2
commit
78bf0140f9
|
@ -41,11 +41,12 @@ image homefs.ext4 {
|
|||
|
||||
image disk.img {
|
||||
hdimage {
|
||||
partition-table-type = "gpt"
|
||||
partition-table-type = "hybrid"
|
||||
}
|
||||
|
||||
partition esp {
|
||||
align = 1M
|
||||
partition-type = 0xC
|
||||
partition-uuid = 9262aee5-2d23-4e09-baac-280591e2e834
|
||||
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
|
||||
bootable = "true"
|
||||
|
|
Loading…
Reference in New Issue