From: Harald Hoyer Date: Thu, 5 Mar 2009 13:20:48 +0000 (+0100) Subject: use dash instead of underscore for udev control commands X-Git-Tag: 0.1~371 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=538a94d9e55653198ed1192dc035defc4292df25;p=thirdparty%2Fdracut.git use dash instead of underscore for udev control commands --- diff --git a/modules.d/90crypt/cryptroot.sh b/modules.d/90crypt/cryptroot.sh index 1bcc68ff4..20429f1ab 100755 --- a/modules.d/90crypt/cryptroot.sh +++ b/modules.d/90crypt/cryptroot.sh @@ -1,12 +1,12 @@ #!/bin/sh [ -s /cryptroot ] && { - udevadm control --stop_exec_queue + udevadm control --stop-exec-queue while read cryptopts; do ( exec >/dev/console 2>&1 /cryptroot - udevadm control --start_exec_queue + udevadm control --start-exec-queue udevadm settle --timeout=30 }