mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user