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: c8cde01af458
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1480c1a7b562
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 22, 2020

  1. nixos/stage-1: set up /dev/fd

    Otherwise, stage-2-init.sh will complain about not having access to
    /dev/fd/62 as of systemd v246.
    
    On IRC, flokli said:
    
        15:14 <flokli> cole-h: hmmm... I could imagine some of the setup inside /dev has been moved into other parts of systemd
        15:14 <flokli> And given we run systemd much later (outside initramfs only) it doesn't work properly here
        15:17 <flokli> We probably don't invoke udev correctly
    cole-h committed Sep 22, 2020
    Copy the full SHA
    4586810 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Merge pull request #98502 from cole-h/link-dev-fd

    nixos/stage-1: set up /dev/fd
    flokli committed Sep 23, 2020
    Copy the full SHA
    1480c1a View commit details
    Browse the repository at this point in the history