chiark / gitweb /
gpt-auto-generator: automatically find the root disk of the system
[elogind.git] / src / core / main.c
index 18d0927b7a4191c2814b68effc2ea57360bacae9..6ebfe64187d994916de8c9479e64100a8136d1a7 100644 (file)
@@ -374,6 +374,7 @@ static int parse_proc_cmdline_item(const char *key, const char *value) {
                         log_warning("Environment variable name '%s' is not valid. Ignoring.", value);
 
         } else if (!streq(key, "systemd.restore_state") &&
+                   !streq(key, "systemd.gpt_auto") &&
                    (startswith(key, "systemd.") || startswith(key, "rd.systemd."))) {
 
                 const char *c;