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:
Christian Kellner 2021-12-17 15:08:20 +01:00 committed by Tom Gundersen
parent ee96b11faf
commit 26a250ca6e
2 changed files with 4 additions and 4 deletions

View file

@ -681,9 +681,9 @@
"name": "org.osbuild.grub2",
"options": {
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
"kernel_opts": "ro biosdevname=0 net.ifnames=0",
"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
}
},
{

View file

@ -76,11 +76,11 @@
"name": "org.osbuild.grub2",
"options": {
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
"kernel_opts": "ro biosdevname=0 net.ifnames=0",
"legacy": "i386-pc",
"saved_entry": {
"mpp-format-string": "{'f'*32}-{rpms['stages']['kernel-core'].evra}"
}
},
"write_cmdline": false
}
},
{