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: e17e22d455df
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 42be8dbe154a
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 14, 2017

  1. nixos/fileystems: Fix boot fails with encrypted fs

    Boot fails when a keyfile is configured for all encrypted filesystems
    and no other luks devices are configured. This is because luks support is only
    enabled in the initrd, when boot.initrd.luks.devices has entries. When a
    fileystem has a keyfile configured though, it is setup by a custom
    command, not by boot.initrd.luks.
    
    This commit adds an internal config flag to enable luks support in the
    initrd file, even if there are no luks devices configured.
    Moredread committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    2000fba View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Merge pull request #29344 from Moredread/fix/fileystem-encrypted-keyf…

    …ile-missing-initrd-support
    
    nixos/fileystems: Fix boot fails with encrypted fs
    Mic92 committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    42be8db View commit details
    Browse the repository at this point in the history