mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
[RPI3] Switch to hybrid partition table for Raspberry Pi3.
This commit is contained in:
@ -41,11 +41,12 @@ image homefs.ext4 {
|
|||||||
|
|
||||||
image disk.img {
|
image disk.img {
|
||||||
hdimage {
|
hdimage {
|
||||||
partition-table-type = "gpt"
|
partition-table-type = "hybrid"
|
||||||
}
|
}
|
||||||
|
|
||||||
partition esp {
|
partition esp {
|
||||||
align = 1M
|
align = 1M
|
||||||
|
partition-type = 0xC
|
||||||
partition-uuid = 9262aee5-2d23-4e09-baac-280591e2e834
|
partition-uuid = 9262aee5-2d23-4e09-baac-280591e2e834
|
||||||
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
|
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
|
||||||
bootable = "true"
|
bootable = "true"
|
||||||
|
Reference in New Issue
Block a user