[RPI3] Switch to hybrid partition table for Raspberry Pi3.

This commit is contained in:
j1nx 2023-11-01 08:09:06 +00:00
parent b2548b9ec2
commit 78bf0140f9
1 changed files with 2 additions and 1 deletions

View File

@ -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"