[systemd-commits] src/fstab-generator
Harald Hoyer
harald at kemper.freedesktop.org
Tue Mar 26 06:47:49 PDT 2013
src/fstab-generator/fstab-generator.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4e5ed9b69bb819d395e13da8ef033e17a0df8988
Author: Harald Hoyer <harald at redhat.com>
Date: Tue Mar 26 14:46:35 2013 +0100
fstab-generator: degrade the message about missing "root=" to log_debug
Some installation media (fedora at least) does not have and need a
"root=" argument on the kernel command line.
diff --git a/src/fstab-generator/fstab-generator.c b/src/fstab-generator/fstab-generator.c
index 2f157c8..25b5460 100644
--- a/src/fstab-generator/fstab-generator.c
+++ b/src/fstab-generator/fstab-generator.c
@@ -547,7 +547,7 @@ static int parse_new_root_from_proc_cmdline(void) {
}
if (!what) {
- log_error("Could not find a root= entry on the kernel commandline.");
+ log_debug("Could not find a root= entry on the kernel commandline.");
return 0;
}
More information about the systemd-commits
mailing list