genimage/test/qemu.config
Alexandre Fournier 9e1e7c5860 add qemu handler
2018-03-19 21:55:28 +01:00

12 lines
138 B
Plaintext

image test.qcow {
qemu {
format = "qcow2"
}
partition part1 {
image = "part1.img"
}
partition part2 {
image = "part2.img"
}
}