Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 4e924d3a4ec9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0bdf352a0589
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 2, 2020

  1. nixos/stage-1: fix predictable interfaces names

    This makes predictable interfaces names available as soon as possible
    with udev by adding the default network link units to initrd which are read
    by udev. Also adds some udev rules that are needed but which would normally
    loaded from the udev store path which is not included in the initrd.
    
    (cherry picked from commit 44e289f)
    fpletz authored and Ma27 committed Mar 2, 2020
    Copy the full SHA
    332d731 View commit details
    Browse the repository at this point in the history
  2. klibc: 2.0.4 -> 2.0.7

    (cherry picked from commit 4ba8086)
    fpletz authored and Ma27 committed Mar 2, 2020
    Copy the full SHA
    3206aa9 View commit details
    Browse the repository at this point in the history
  3. nixos/initrd-network: use ipconfig from klibc

    This apparently has features that the version from Arch's
    mkinitcpio-nfs-utils does not have. Fixes #75314.
    
    (cherry picked from commit d25c1a8)
    fpletz authored and Ma27 committed Mar 2, 2020
    Copy the full SHA
    173c771 View commit details
    Browse the repository at this point in the history
  4. nixos/release-notes: mention fix for predictable network-interfaces i…

    …n initrd
    
    (cherry picked from commit f4d71e2)
    Ma27 committed Mar 2, 2020
    Copy the full SHA
    0bdf352 View commit details
    Browse the repository at this point in the history