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: 02b59817e721
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 42c107c2aa72
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 31, 2018

  1. nixos stage-1: fix init existence test

    The previous version contained a false positive case, where boot would
    continue when the stage 2 init did not exist at all, and a false
    negative case, where boot would stop if the stage 2 init was a symlink
    which cannot be resolved in the initramfs root.
    
    Fixes #49519.
    
    Thanks @michas2 for finding and reporting the issue!
    lheckemann committed Oct 31, 2018
    Copy the full SHA
    817369d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Merge pull request #49537 from mayflower/stage1-symlink-fix

    nixos stage-1: fix init existence test
    lheckemann committed Apr 18, 2019
    Copy the full SHA
    42c107c View commit details
    Browse the repository at this point in the history