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

Update customize image test to fix ci #1478

Merged
merged 3 commits into from
Jun 6, 2024

Commits on Jun 5, 2024

  1. */customize/*: shorten network interface names to 15 chars

    NetworkManager produces a warning if an interface name exceeds 15 chars,
    resulting in errors such as: 'failed to load connection: invalid connection
    'nmstate-yaml-eth2': interface name is longer than 15 characters'. To reduce
    these warnings, update network interface names to ensure they are within this
    character limit.
    prestist committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e56d111 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8c1f0c View commit details
    Browse the repository at this point in the history
  3. fixtures/customize/dest: update unit to use console.cfg

    With the changeover to OSBuild, GRUB configs are handled slightly
    diffrently. Update butane and ignition files to reflect that.
    
    fixes coreos#1479
    prestist committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9e2933d View commit details
    Browse the repository at this point in the history