From: Harald Hoyer Date: Tue, 15 Sep 2009 09:13:01 +0000 (+0200) Subject: 90crypt/70-luks.rules: set unique name for initqueue job X-Git-Tag: 002~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3329f92136f61979ed5da0b8845e1889407e5d0d;p=thirdparty%2Fdracut.git 90crypt/70-luks.rules: set unique name for initqueue job --- diff --git a/modules.d/90crypt/70-luks.rules b/modules.d/90crypt/70-luks.rules index f55bf3968..efbd800f6 100644 --- a/modules.d/90crypt/70-luks.rules +++ b/modules.d/90crypt/70-luks.rules @@ -7,6 +7,6 @@ SUBSYSTEM!="block", GOTO="luks_end" ACTION!="add|change", GOTO="luks_end" -ENV{ID_FS_TYPE}=="crypto_LUKS", RUN+="/sbin/initqueue --onetime /sbin/cryptroot-ask $env{DEVNAME} luks-$env{ID_FS_UUID}" +ENV{ID_FS_TYPE}=="crypto_LUKS", RUN+="/sbin/initqueue --unique --onetime --name cryptroot-ask-%k /sbin/cryptroot-ask $env{DEVNAME} luks-$env{ID_FS_UUID}" LABEL="luks_end"