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

Disable predictable interface names (bsc#1230904) #1581

Merged
merged 1 commit into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. Disable predictable interface names (bsc#1230904)

    This commit adds the net.ifnames=0 kernel parameter to the
    OS images to prevent interface rename. With the new Micro 6
    image, the kernel uses predicable interface naming convention,
    which causes a network interface rename when upgrading from older
    OS versions.
    
    This change disables this new kernel feature and keeps the old
    behavior.
    
    Fixes bsc#1230904
    
    Signed-off-by: David Cassany <[email protected]>
    davidcassany committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    75d6afc View commit details
    Browse the repository at this point in the history