From ea8ca78af0684cc149386dbf4cc18d5baa8f9113 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 8 Apr 2011 10:23:58 +0200 Subject: [PATCH] crypt/parse-crypt.sh: fix udev rule creation --- modules.d/90crypt/parse-crypt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules.d/90crypt/parse-crypt.sh b/modules.d/90crypt/parse-crypt.sh index b50f49d..f51764b 100755 --- a/modules.d/90crypt/parse-crypt.sh +++ b/modules.d/90crypt/parse-crypt.sh @@ -32,8 +32,8 @@ else done else echo '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}"' \ + '--unique --onetime --name cryptroot-ask-%%k' \ + '/sbin/cryptroot-ask $env{DEVNAME} luks-$env{ID_FS_UUID}"\n' \ >> /etc/udev/rules.d/70-luks.rules fi -- 2.7.4