aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsourceroot/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/sourceroot/init b/sourceroot/init
index 6bb145f..503c4e2 100755
--- a/sourceroot/init
+++ b/sourceroot/init
@@ -33,7 +33,7 @@
run_hooks init
# Prepare dirs
-run dodir /dev /newroot /sbin /proc /sys /etc /var/log /var/run /run
+run dodir /dev /newroot /sbin /proc /sys /etc /var/log /var/run /run /run/cryptsetup
for d in /lib /usr/lib; do
# ! -e && ! -h: also skip broken symlinks
if [ -d "${d}" ] && [ ! -e "${d}64" ] && [ ! -h "${d}64" ]; then