0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #62838 from mayflower/fix/cryptsetup-kernel-crypto

cryptsetup: enable kernel crypto api support again
This commit is contained in:
Franz Pletz 2019-06-12 05:05:38 +00:00 committed by GitHub
commit 9b2ee2c057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -273,7 +273,7 @@ let
};
};
makeLuksRootTest = name: luksFormatOpts: makeInstallerTest "luksroot-format2"
makeLuksRootTest = name: luksFormatOpts: makeInstallerTest name
{ createPartitions = ''
$machine->succeed(
"flock /dev/vda parted --script /dev/vda -- mklabel msdos"