From 66a78c2b95ba6cc0be15dab68c5af816fb5b7a33 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 22 Jun 2012 10:11:06 +0200 Subject: cryptsetup: allow configuration of LUKS disks via the kernel cmdline This generalizes a bit of the functionality already available in dracut. --- src/journal/journald.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/journal/journald.c') diff --git a/src/journal/journald.c b/src/journal/journald.c index 98a155bdef..7ea68aab3c 100644 --- a/src/journal/journald.c +++ b/src/journal/journald.c @@ -2648,7 +2648,8 @@ static int server_parse_proc_cmdline(Server *s) { log_warning("Failed to parse forward to console switch %s. Ignoring.", word + 36); else s->forward_to_console = r; - } + } else if (startswith(word, "systemd.journald")) + log_warning("Invalid systemd.journald parameter. Ignoring."); free(word); } -- cgit v1.2.3-54-g00ecf