From 9f2b0c8a08235204c79adfe83a5c5643e4be3b75 Mon Sep 17 00:00:00 2001 From: Heiko Baums Date: Mon, 6 Dec 2010 16:20:00 +0100 Subject: cryptsetup: print name of device being opened Signed-off-by: Tom Gundersen --- rc.sysinit | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3