mirror of
https://github.com/pengutronix/genimage.git
synced 2024-11-27 03:33:59 +08:00
1d72d8091f
There have been situations where the hybrid mode was accidentally used because a config contained a bogus partition-type entry. So lets make this explicit: There is now a new 'partition-table-type' option where the hybrid mode must be selected explicitly. The relevant options for mbr and gpt are only acceptable if the corresponding type (or hybrid) is selected. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
image test.hdimage {
|
|
hdimage {
|
|
partition-table-type = "hybrid"
|
|
}
|
|
partition part1 {
|
|
/* missing partition-type */
|
|
partition-type-uuid = "L"
|
|
}
|
|
}
|