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:
parent
0be34c8bcc
commit
f470c3f3a3
4 changed files with 5 additions and 1 deletions
|
|
@ -72,6 +72,7 @@
|
|||
"options": {
|
||||
"format": "qcow2",
|
||||
"filename": "base.qcow2",
|
||||
"ptuuid": "0x14fc63d2",
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
"size": 3221225472
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue