assemblers/qemu: fix the partition UUID in the pipeline

Otherwise, sfdik would pick one at random. We want our images to be
reproducible to the extent possible, so we must move all randomness
out of the assemblers when we can.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2019-10-02 00:00:02 +02:00 committed by Lars Karlitski
parent 0be34c8bcc
commit f470c3f3a3
4 changed files with 5 additions and 1 deletions

View file

@ -72,6 +72,7 @@
"options": {
"format": "qcow2",
"filename": "base.qcow2",
"ptuuid": "0x14fc63d2",
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
"size": 3221225472
}