diff options
Diffstat (limited to 'src/core/main.c')
-rw-r--r-- | src/core/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/main.c b/src/core/main.c index 18d0927b7a..6ebfe64187 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -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; |