-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kargs handling regressions? #2430
Comments
@mike-nguyen points out that multiple kargs can be passed as a string if you are already in the
However, multiple uses of
|
jlebon
added a commit
to jlebon/coreos-assembler
that referenced
this issue
Sep 14, 2021
Seems like a natural thing to do, so let's support it. See: coreos#2430
What does For the multiple |
cgwalters
pushed a commit
that referenced
this issue
Sep 14, 2021
Seems like a natural thing to do, so let's support it. See: #2430
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
quay.io/coreos-assembler/coreos-assembler:latest
(maps to commit 350c1d9), when I docoreos-assembler run --kargs foo=bar --kargs bar=foo
, only the last karg is being appended to the kernel cmdline.Additionally, trying to combine multiple kargs into a single string causes
cosa
to choke:These look like regressions based on the idea of the implementation here:
#1263 (comment)
...and the actual implementation in #1265
The text was updated successfully, but these errors were encountered: