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: c9c7fc625869^
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7e62601adf8c
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 8, 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 committed Feb 8, 2020
    Copy the full SHA
    c9c7fc6 View commit details
    Browse the repository at this point in the history
  2. nixos/initrd-network: flush interfaces before stage 2

    Depending on the network management backend being used, if the interface
    configuration in stage 1 is not cleared, there might still be some old
    addresses or routes from stage 1 present in stage 2 after network
    configuration has finished.
    
    (cherry picked from commit ea7d024)
    fpletz committed Feb 8, 2020
    Copy the full SHA
    72a74ce View commit details
    Browse the repository at this point in the history
  3. klibc: 2.0.4 -> 2.0.7

    (cherry picked from commit 4ba8086)
    fpletz committed Feb 8, 2020
    Copy the full SHA
    5158073 View commit details
    Browse the repository at this point in the history
  4. 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 committed Feb 8, 2020
    Copy the full SHA
    6cf8247 View commit details
    Browse the repository at this point in the history
  5. nixos/initrd-network: always run postCommands

    As outlined in #71447, postCommands should always be run if networking
    in initrd is enabled. regardless if the configuration actually
    succeeded.
    
    (cherry picked from commit 5897899)
    fpletz committed Feb 8, 2020
    Copy the full SHA
    7e62601 View commit details
    Browse the repository at this point in the history