test/data: don't write cmdline in grub2
In the fedora-boot manifest, do not write the kernel command line to the `grubenv` file.
This commit is contained in:
parent
ee96b11faf
commit
26a250ca6e
2 changed files with 4 additions and 4 deletions
|
|
@ -681,9 +681,9 @@
|
||||||
"name": "org.osbuild.grub2",
|
"name": "org.osbuild.grub2",
|
||||||
"options": {
|
"options": {
|
||||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||||
"kernel_opts": "ro biosdevname=0 net.ifnames=0",
|
|
||||||
"legacy": "i386-pc",
|
"legacy": "i386-pc",
|
||||||
"saved_entry": "ffffffffffffffffffffffffffffffff-5.11.12-300.fc34.x86_64"
|
"saved_entry": "ffffffffffffffffffffffffffffffff-5.11.12-300.fc34.x86_64",
|
||||||
|
"write_cmdline": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -76,11 +76,11 @@
|
||||||
"name": "org.osbuild.grub2",
|
"name": "org.osbuild.grub2",
|
||||||
"options": {
|
"options": {
|
||||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||||
"kernel_opts": "ro biosdevname=0 net.ifnames=0",
|
|
||||||
"legacy": "i386-pc",
|
"legacy": "i386-pc",
|
||||||
"saved_entry": {
|
"saved_entry": {
|
||||||
"mpp-format-string": "{'f'*32}-{rpms['stages']['kernel-core'].evra}"
|
"mpp-format-string": "{'f'*32}-{rpms['stages']['kernel-core'].evra}"
|
||||||
}
|
},
|
||||||
|
"write_cmdline": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue