]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
crypt: output info, on rd_NO_LUKS handling
authorHarald Hoyer <harald@redhat.com>
Fri, 17 Jul 2009 12:54:25 +0000 (14:54 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 17 Jul 2009 14:00:19 +0000 (16:00 +0200)
modules.d/90crypt/parse-crypt.sh

index 4a39c21382313bbe14ded45203ae3dd563b22a42..339fb0afa81bd4f6d0ca196965455281d930c089 100755 (executable)
@@ -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