test/data: generate the fff... uuid
Instead of writing 32 `f` chars, we can now generate it. The future is here.
This commit is contained in:
parent
8a27de0d10
commit
d5c5947271
1 changed files with 3 additions and 1 deletions
|
|
@ -70,7 +70,9 @@
|
|||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
"kernel_opts": "ro biosdevname=0 net.ifnames=0",
|
||||
"legacy": "i386-pc",
|
||||
"saved_entry": {"mpp-format-string": "ffffffffffffffffffffffffffffffff-{rpms['stages']['kernel-core'][12:]}" }
|
||||
"saved_entry": {
|
||||
"mpp-format-string": "{'f'*32}-{rpms['stages']['kernel-core'][12:]}"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue