aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.sysinit b/rc.sysinit
index d9eddce..4539cd7 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -130,6 +130,7 @@ if [[ -f /etc/crypttab && $CS ]]; then
# $2 = source device
# $3 = password
# $4 = options
+ stat_append "${1}.."
local open=create a="$1" b="$2" failed=0
# Ordering of options is different if you are using LUKS vs. not.
# Use ugly swizzling to deal with it.