From: Harald Hoyer Date: Fri, 17 Jul 2009 12:54:25 +0000 (+0200) Subject: crypt: output info, on rd_NO_LUKS handling X-Git-Tag: 0.5~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45787633267b61fd2ead0c6ac3082bb62f558d49;p=thirdparty%2Fdracut.git crypt: output info, on rd_NO_LUKS handling --- diff --git a/modules.d/90crypt/parse-crypt.sh b/modules.d/90crypt/parse-crypt.sh index 4a39c2138..339fb0afa 100755 --- a/modules.d/90crypt/parse-crypt.sh +++ b/modules.d/90crypt/parse-crypt.sh @@ -1,6 +1,7 @@ initrdargs="$initrdargs rd_NO_LUKS rd_LUKS_UUID" if getarg rd_NO_LUKS; then + info "rd_NO_LUKS: removing cryptoluks activation" rm -f /etc/udev/rules.d/70-luks.rules fi