mirror of
https://github.com/pengutronix/genimage.git
synced 2024-11-23 09:43:50 +08:00
a4f2f128c3
Signed-off-by: Javier Jardón <jjardon@gnome.org>
23 lines
356 B
Plaintext
23 lines
356 B
Plaintext
image test.gpt-overlap3 {
|
|
hdimage {
|
|
partition-table-type = "gpt"
|
|
gpt-location = 30K
|
|
}
|
|
|
|
partition SPL {
|
|
offset = 1K
|
|
size = 24K
|
|
in-partition-table = false
|
|
image = "3K.img"
|
|
}
|
|
|
|
partition aaa {
|
|
# The GPT partition table array occupies 16K, so this should fail.
|
|
in-partition-table = true
|
|
offset = 32K
|
|
image = "70K.img"
|
|
size = 1M
|
|
}
|
|
|
|
}
|