chiark / gitweb /
journalctl: add --reverse option to show the newest lines first
[elogind.git] / src / fstab-generator / fstab-generator.c
index ad26acb14a526466404d5592341bf46a113faa50..bfeddedf6228138ef99b98d964dfdecf210cc7ca 100644 (file)
@@ -495,8 +495,8 @@ static int parse_new_root_from_proc_cmdline(void) {
 
         if (what) {
 
-                log_debug("Found entry what=%s where=/new_root type=%s", what, type);
-                r = add_mount(what, "/new_root", type, opts, 0, wait, false, false,
+                log_debug("Found entry what=%s where=/sysroot type=%s", what, type);
+                r = add_mount(what, "/sysroot", type, opts, 0, wait, false, false,
                               false, false, false, "/proc/cmdline");
 
                 if (r < 0)