deploy: Fix overriding kernel args for staged deployments
This is the inverse of https://github.com/ostreedev/ostree/pull/1558 aka commits cadece6c4f398ca61d21e497bd6e3fbb549f9cf6 and 3358698c86d80821d81443c906621c92672f99fb Needed to fix `rpm-ostree kargs` test suite with default staging; skipping a test here for now as eventually what we'll do is turn on the rpm-ostree suite fully here. Closes: #1677 Approved by: jlebon
This commit is contained in:
parent
c7b12a8730
commit
fef07889d3
|
|
@ -2853,7 +2853,7 @@ _ostree_sysroot_finalize_staged (OstreeSysroot *self,
|
|||
if (!glnx_unlinkat (AT_FDCWD, _OSTREE_SYSROOT_RUNSTATE_STAGED, 0, error))
|
||||
return FALSE;
|
||||
|
||||
if (!sysroot_finalize_deployment (self, self->staged_deployment, NULL, merge_deployment,
|
||||
if (!sysroot_finalize_deployment (self, self->staged_deployment, kargs, merge_deployment,
|
||||
cancellable, error))
|
||||
return FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue