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

bootctl: add --random-seed=yes/no #32802

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

lnussel
Copy link
Contributor

@lnussel lnussel commented May 14, 2024

No description provided.

@lnussel lnussel marked this pull request as ready for review May 14, 2024 09:35
man/bootctl.xml Outdated Show resolved Hide resolved
man/bootctl.xml Outdated Show resolved Hide resolved
man/bootctl.xml Outdated Show resolved Hide resolved
Copy link
Member

@bluca bluca left a comment

Choose a reason for hiding this comment

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

Update shell-completion/bash/bootctl too please

@github-actions github-actions bot added documentation please-review PR is ready for (re-)review by a maintainer labels May 14, 2024
Copy link

github-actions bot commented May 14, 2024

Note

We had successfully released a new major release. We are no longer in a development freeze phase.
We will try our best to get back to your PR as soon as possible. Thank you for your patience.

@lnussel lnussel force-pushed the bootctl branch 2 times, most recently from 9106030 to 41b759f Compare May 14, 2024 11:47
@poettering
Copy link
Member

lgtm, too

@poettering poettering added this to the v257 milestone May 14, 2024
@@ -334,6 +339,14 @@ static int parse_argv(int argc, char *argv[]) {
arg_touch_variables = false;
break;

case ARG_RANDOM_SEED:
r = parse_boolean_argument("--random-seed=", optarg, NULL);
Copy link
Member

Choose a reason for hiding this comment

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

Why not to pass arg_install_random_seed here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants