Upstream Status: RHEL-only ARK commit 36e02cd15671146950e53efab5115d849f0e48ea JIRA: https://issues.redhat.com/browse/RHEL-33051 The way uki_create_addon.py runs 'ukify' results in superfluous quoting, e.g. # cat /proc/cmdline console=tty0 console=ttyS0 "fips=0" this seems to work in certain cases but is fragile as cmdline arguments may be parsed both by kernel and userspace. Avoid the extra quoting by simply switching from '--cmdline="arg"' to ['--cmdline', arg]. Spaces should be handled correctly this way. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> |
||
---|---|---|
.. | ||
ci | ||
kspdx-tool | ||
uki_addons | ||
configdiff.sh | ||
create-tarball.sh | ||
download_cross.sh | ||
expand_srpm.sh | ||
generate-cross-report.sh | ||
new_release.sh | ||
rh-dist-git.sh | ||
x86_rngd.sh |