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: 5ecf20ff8f8e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 70325e63d8a0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

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.
    fpletz committed Feb 8, 2020
    Copy the full SHA
    44e289f 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.
    fpletz committed Feb 8, 2020
    Copy the full SHA
    ea7d024 View commit details
    Browse the repository at this point in the history
  3. klibc: 2.0.4 -> 2.0.7

    fpletz committed Feb 8, 2020
    Copy the full SHA
    4ba8086 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.
    fpletz committed Feb 8, 2020
    Copy the full SHA
    d25c1a8 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.
    fpletz committed Feb 8, 2020
    Copy the full SHA
    5897899 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Merge pull request #79532 from NixOS/fix-predictable-ifnames-in-initrd

    nixos/stage-1: fix predictable interface names in initrd
    Ma27 committed Mar 2, 2020
    Copy the full SHA
    70325e6 View commit details
    Browse the repository at this point in the history