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: 0759da4ee684
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 19371730926b
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 4, 2020

  1. 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)
    
    The backport of this patch has been requested in #79532[1]. The diff is
    slightly off the original commit since some changes from
    ea7d024 were needed, however this
    commit shouldn't be backported as it potentially breaks existing setups.
    
    [1] #79532 (comment)
    fpletz authored and Ma27 committed Mar 4, 2020
    Copy the full SHA
    3c86a21 View commit details
    Browse the repository at this point in the history
  2. nixos/tests/initrd-network-ssh: fix test

    It seems as it takes a moment until the initrd-network is loaded. Please
    note that this is currently only reproducible on release-20.03.
    Ma27 committed Mar 4, 2020
    Copy the full SHA
    fffd09d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Merge pull request #81744 from Ma27/backport-remaining-initrd-fix

    [20.03] nixos/initrd-network: always run postCommands
    Ma27 committed Mar 11, 2020
    Copy the full SHA
    1937173 View commit details
    Browse the repository at this point in the history