debian-forge/samples/base-qcow2.json
Tom Gundersen 4b3c1e922c samples/qcow2: reuse the base image so we don't have to recreate all the time
Signed-off-by: Tom Gundersen <teg@jklm.no>
2019-06-26 12:31:56 +02:00

29 lines
625 B
JSON

{
"name": "base-qcow2",
"stages": [
{
"name": "io.weldr.untree",
"options": {
"tree": "base"
}
},
{
"name": "io.weldr.grub2",
"systemResourcesFromEtc": ["/etc/grub.d"],
"options": {
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
"partition_table_id": "0xdeadbeef"
}
}
],
"assembler":
{
"name": "io.weldr.qcow2",
"systemResourcesFromEtc": ["/etc/grub.d"],
"options": {
"filename": "base.qcow2",
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
"partition_table_id": "0xdeadbeef"
}
}
}