aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Baums <heiko@baums-on-web.de>2010-12-06 16:20:00 +0100
committerTom Gundersen <teg@jklm.no>2010-12-06 16:20:00 +0100
commit9f2b0c8a08235204c79adfe83a5c5643e4be3b75 (patch)
treecc22d69cd0f1e85bbe5a7cd2744a92531d297d88
parent418537326e0e0df5ab5b2eec42ae5e340ada00b5 (diff)
downloadinitscripts-9f2b0c8a08235204c79adfe83a5c5643e4be3b75.tar.xz
cryptsetup: print name of device being opened
Signed-off-by: Tom Gundersen <teg@jklm.no>
-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.