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:
commit
9b2ee2c057
3 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue