chiark / gitweb /
fstab-generator: degrade the message about missing "root=" to log_debug
authorHarald Hoyer <harald@redhat.com>
Tue, 26 Mar 2013 13:46:35 +0000 (14:46 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 26 Mar 2013 13:46:35 +0000 (14:46 +0100)
Some installation media (fedora at least) does not have and need a
"root=" argument on the kernel command line.

src/fstab-generator/fstab-generator.c

index 2f157c83481fba28742440b2bfaf16233fd5fc54..25b5460f88ccb1e119ee5a6bfc449512f8009a71 100644 (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;
         }