forked from mirrors/nixpkgs
nixos/luksroot: create /run/cryptsetup (#60235)
Needed since 2.0.0 Changed to /run/cryptsetup from /run/lock/cryptsetup in 2.0.1
This commit is contained in:
parent
05d3d71967
commit
162546f0a1
|
@ -87,6 +87,9 @@ let
|
|||
mkdir -p /crypt-ramfs
|
||||
mount -t ramfs none /crypt-ramfs
|
||||
|
||||
# Cryptsetup locking directory
|
||||
mkdir -p /run/cryptsetup
|
||||
|
||||
# For Yubikey salt storage
|
||||
mkdir -p /crypt-storage
|
||||
|
||||
|
|
Loading…
Reference in a new issue