debian-forge/samples/base-qcow2.json
Tom Gundersen a45f0dc8e5 samples/qcow2: reuse the base-with-grub2 stage
Signed-off-by: Tom Gundersen <teg@jklm.no>
2019-07-02 18:49:33 +02:00

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"
}
}
}