mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
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:
parent
9717120e59
commit
4e5ed9b69b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user