mirror of
https://github.com/pengutronix/genimage.git
synced 2024-11-27 11:43:56 +08:00
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
|
image test.hdimage {
|
||
|
hdimage {
|
||
|
partition-table-type = "gpt"
|
||
|
}
|
||
|
partition part1 {
|
||
|
/* partition-type not valid for gpt */
|
||
|
partition-type = 0x83
|
||
|
}
|
||
|
}
|