Blame 0015-crypt-changed-cmdline-arg-name-from-rd.luks.tout-to-.patch

Harald Hoyer 55891e
From 1f735f82cc55273d6d84ae129c482dc180c0e944 Mon Sep 17 00:00:00 2001
Harald Hoyer 55891e
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name>
Harald Hoyer 55891e
Date: Sun, 21 Aug 2011 10:26:40 +0200
Harald Hoyer 55891e
Subject: [PATCH] crypt: changed cmdline arg name from rd.luks.tout to
Harald Hoyer 55891e
 rd.luks.key.tout
Harald Hoyer 55891e
Harald Hoyer 55891e
---
Harald Hoyer 55891e
 modules.d/90crypt/parse-crypt.sh |    2 +-
Harald Hoyer 55891e
 1 files changed, 1 insertions(+), 1 deletions(-)
Harald Hoyer 55891e
Harald Hoyer 55891e
diff --git a/modules.d/90crypt/parse-crypt.sh b/modules.d/90crypt/parse-crypt.sh
Harald Hoyer 55891e
index c76fb23..ff86700 100755
Harald Hoyer 55891e
--- a/modules.d/90crypt/parse-crypt.sh
Harald Hoyer 55891e
+++ b/modules.d/90crypt/parse-crypt.sh
Harald Hoyer 55891e
@@ -11,7 +11,7 @@ else
Harald Hoyer 55891e
     } > /etc/udev/rules.d/70-luks.rules.new
Harald Hoyer 55891e
 
Harald Hoyer 55891e
     LUKS=$(getargs rd.luks.uuid rd_LUKS_UUID)
Harald Hoyer 55891e
-    tout=$(getarg rd.luks.tout)
Harald Hoyer 55891e
+    tout=$(getarg rd.luks.key.tout)
Harald Hoyer 55891e
 
Harald Hoyer 55891e
     if [ -n "$LUKS" ]; then
Harald Hoyer 55891e
         for luksid in $LUKS; do