21 lines
415 B
JSON
21 lines
415 B
JSON
{
|
|
"name": "base-qcow2",
|
|
"stages": [
|
|
{
|
|
"name": "io.weldr.untree",
|
|
"options": {
|
|
"tree": "base-with-grub2"
|
|
}
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|