mirror of
https://github.com/pengutronix/genimage.git
synced 2024-11-27 11:43:56 +08:00
12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
image test.qcow {
|
|
qemu {
|
|
format = "qcow2"
|
|
}
|
|
partition part1 {
|
|
image = "part1.img"
|
|
}
|
|
partition part2 {
|
|
image = "part2.img"
|
|
}
|
|
}
|