]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
crypt: changed cmdline arg name from rd.luks.tout to rd.luks.key.tout
authorAmadeusz Żołnowski <aidecoe@aidecoe.name>
Sun, 21 Aug 2011 08:26:40 +0000 (10:26 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 22 Aug 2011 09:19:22 +0000 (11:19 +0200)
modules.d/90crypt/parse-crypt.sh

index c76fb2399c6c41fd5a764a24d7f2a4c96513777d..ff8670055123f248e2bb692b2400d88a8be5f284 100755 (executable)
@@ -11,7 +11,7 @@ else
     } > /etc/udev/rules.d/70-luks.rules.new
 
     LUKS=$(getargs rd.luks.uuid rd_LUKS_UUID)
-    tout=$(getarg rd.luks.tout)
+    tout=$(getarg rd.luks.key.tout)
 
     if [ -n "$LUKS" ]; then
         for luksid in $LUKS; do