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:
Edmund Wu 2019-04-28 13:49:32 -04:00 committed by Joachim F
parent 05d3d71967
commit 162546f0a1

View File

@ -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