chiark / gitweb /
stop complaining about unknown kernel cmdline options
[elogind.git] / src / cryptsetup / cryptsetup-generator.c
index dfdca1e47b4e3ce82ddf7fd6027a5f89e748b5d8..9530e44bd3491fcbd693e244ab8be4b801fa1f61 100644 (file)
@@ -291,8 +291,7 @@ static int parse_proc_cmdline_item(const char *key, const char *value) {
                 if (!arg_keyfile)
                         return log_oom();
 
-        } else if (startswith(key, "luks.") || startswith(key, "rd.luks."))
-                log_warning("Unknown kernel switch %s. Ignoring.", key);
+        }
 
         return 0;
 }