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

Remove kernel parameter ip=dhcp in auto.ipxe: #339

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

jacobweinstock
Copy link
Member

Description

When a machine had multiple interfaces that weren't all plugged in, this would cause significant delay in booting into Hook.

If necessary, this value can be added back in via the -extra-kernel-args cli flag.

Why is this needed

Fixes: #

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

When a machine had multiple interfaces that
weren't all plugged in, this would cause
significant delay in booting into Hook.

If necessary, this value can be added back in via the
`-extra-kernel-args` cli flag.

Signed-off-by: Jacob Weinstock <[email protected]>
@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Merging #339 (76f7af5) into main (d135982) will not change coverage.
The diff coverage is n/a.

❗ Current head 76f7af5 differs from pull request most recent head a7e85fe. Consider uploading reports for the commit a7e85fe to get more accurate results

@@         Coverage Diff         @@
##           main   #339   +/-   ##
===================================
  Coverage    30%    30%           
===================================
  Files         6      6           
  Lines       426    426           
===================================
  Hits        129    129           
  Misses      288    288           
  Partials      9      9           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@chrisdoherty4 chrisdoherty4 left a comment

Choose a reason for hiding this comment

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

🎉

@jacobweinstock jacobweinstock added the ready-to-merge Signal to Mergify to merge the PR. label Aug 18, 2023
@mergify mergify bot merged commit 53e2f8e into tinkerbell:main Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Signal to Mergify to merge the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants