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.
This commit is contained in:
Harald Hoyer 2013-03-26 14:46:35 +01:00
parent 9717120e59
commit 4e5ed9b69b

View file

@ -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;
}