Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A arch-boxes
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Christian Rebischke
  • arch-boxes
  • Repository
Switch branch/tag
  • arch-boxes
  • http
  • install-chroot.sh
Find file BlameHistoryPermalink
  • Kristian Klausen's avatar
    Disable predictable network interface names in a more "correct" way · e675a4a4
    Kristian Klausen authored Feb 23, 2020 and Christian Rebischke's avatar Christian Rebischke committed Feb 24, 2020
    Disabling it by masking 99-default.link works, but it "breaks":
    udevadm test-builtin net_setup_link, as a default link configuration
    isn't created. Breaking net_setup_link breaks cloud-init, which means
    the cloud image doesn't work.
    So with this commit we disable it the same way as Debian does[1], by
    adding "net.ifnames=0" to the kernels command line.
    
    See also #30
    
    [1] https://salsa.debian.org/openstack-team/debian/openstack-debian-images/blob/fb1d5be0b84895c96f8209f6e7177cf1f6bf1b25/build-openstack-debian-image#L1861
    
    
    
    Signed-off-by: Kristian Klausen's avatarKristian Klausen <kristian@klausen.dk>
    e675a4a4