Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 24ff4d87bc6e
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: e8dd26fc30f2
Choose a head ref
  • 3 commits
  • 0 files changed
  • 3 contributors

Commits on Dec 2, 2018

  1. nixos/luksroot: Check whether the device already exists

    The new reuse behaviour is cool and really useful but it breaks one of
    my use cases. When using kexec, I have a script which will unlock the
    disks in my initrd. However, do_open_passphrase will fail if the disk is
    already unlocked.
    
    (cherry picked from commit 9cd4ce9)
    Reason: The new behaviour breaks my existing setup and I'd like to have
    it fixed before March.
    dasJ committed Dec 2, 2018
    Copy the full SHA
    14b0a4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51354 from dasJ/luks-checkexist-backport

    nixos/luksroot: Backport #50281
    Mic92 committed Dec 2, 2018
    Copy the full SHA
    4c22ad7 View commit details
    Browse the repository at this point in the history
  3. Revert "nixos/luksroot: Check whether the device already exists"

    This reverts commit 14b0a4f.
    
    Apparently this can break peoples setup: NixOS/nixpkgs#50281 (comment)
    Mic92 committed Dec 2, 2018
    Copy the full SHA
    e8dd26f View commit details
    Browse the repository at this point in the history