Skip to content
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

docs: clarify that --karg can be passed multiple times #392

Merged
merged 3 commits into from
Mar 18, 2024

Conversation

mvo5
Copy link
Contributor

@mvo5 mvo5 commented Mar 14, 2024

It is not clear from the current man-page that --karg can be passed multiple times. From reading the code it seems to be the case but because it's not obvious (to me) I also added a small testcase to the CI to ensure that I'm not misreading things.

I added a small comment to the docs that it can be given multiple times.

[draft to double check in CI that it actually works]

P.S. it would be nice to have an easy way to run the CI test locally, especially since they won't run automatically and someone needs to "ack" them first here on GH

Copy link

openshift-ci bot commented Mar 14, 2024

Hi @mvo5. Thanks for your PR.

I'm waiting for a containers member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

cgwalters

This comment was marked as outdated.

Copy link
Collaborator

@cgwalters cgwalters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

docs/src/man/bootc-install-to-disk.md Outdated Show resolved Hide resolved
@github-actions github-actions bot added the area/install Issues related to `bootc install` label Mar 18, 2024
cgwalters and others added 3 commits March 17, 2024 20:20
We'll handle this another way.

Signed-off-by: Colin Walters <walters@verbum.org>
Missed this when doing the mdbook conversion.

Signed-off-by: Colin Walters <walters@verbum.org>
It is not clear from the current man-page that `--karg` can be
passed multiple times. From reading the code it seems to be the
case but because it's not obvious (to me) I also added a small
testcase to the CI to ensure that I'm not misreading things.

I added a small comment to the docs that it can be given
multiple times.

Signed-off-by: Michael Vogt <mvogt@redhat.com>
Signed-off-by: Colin Walters <walters@verbum.org>
// Using this option reserves space for partitions created dynamically on the
// next boot, or by subsequent tools.
// pub(crate) size: Option<String>,
/// Add a kernel argument. This option can be provided multiple times.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @cgwalters !

@cgwalters cgwalters merged commit 983ffa0 into containers:main Mar 18, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/install Issues related to `bootc install` ok-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants