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

prepare_host: fix inconsistent nic naming on RHEL 9 #218

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

EmilienM
Copy link
Contributor

@EmilienM EmilienM commented Oct 4, 2023

Sometimes the net.ifnames=0 is the last item in the default grub
arguments so the grep that was setup initially wouldn't match.

Let's just match net.ifnames=0 and remove it.

Sometimes the `net.ifnames=0` is the last item in the default grub
arguments so the grep that was setup initially wouldn't match.

Let's just match `net.ifnames=0` and remove it.
Copy link
Contributor

@mandre mandre left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@mandre mandre merged commit 90982f6 into main Oct 4, 2023
1 check passed
@mandre mandre deleted the fix-consistent-nic branch October 4, 2023 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants