diff --git a/src/core/main.c b/src/core/main.c index 7cd13b9e13..94c757e21e 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -1721,13 +1721,6 @@ static void filter_args( continue; } - if (startswith(src[i], - in_initrd() ? "rd.systemd.unit=" : "systemd.unit=")) - continue; - - if (runlevel_to_target(src[i])) - continue; - /* Seems we have a good old option. Let's pass it over to the new instance. */ dst[(*dst_index)++] = src[i]; }