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

Commits on Apr 22, 2018

  1. nixos-enter: Ensures presence of full /sys tree.

    This partially reverts a change from e88f289
    which removed the `mount --rbind /sys`.
    
    While true that the activation scripts will mount `sysfs` at `/sys`,
    none of the mountpoints lower in the `/sys` tree are handled by the
    activation script, which includes `efivarfs`.
    
    This fixes #38477 since it ensures the presence of `efivarfs` in the
    `/sys` tree, which is why the systemd-boot installation failed.
    samueldr committed Apr 22, 2018
    Copy the full SHA
    14cab1a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Merge pull request #39342 from samueldr/fix/nixos-enter-efivarfs

    nixos-enter: Ensures presence of full /sys tree. (for efivarfs)
    7c6f434c committed Apr 23, 2018
    Copy the full SHA
    6048470 View commit details
    Browse the repository at this point in the history