From 68e9845b2938b4d1db36ccd7c7404f7e99b04d81 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Fri, 16 Apr 2021 02:10:42 -0700 Subject: meta-google: systemd: Remove unused sysinit We don't need sysv compatability so remove it from systemd Change-Id: I4eabf7259d7449a94d9e72a8a372c29e52dc3e5d Signed-off-by: William A. Kennington III --- meta-google/recipes-core/systemd/systemd_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-google') diff --git a/meta-google/recipes-core/systemd/systemd_%.bbappend b/meta-google/recipes-core/systemd/systemd_%.bbappend index 88065e2e0..d40168e45 100644 --- a/meta-google/recipes-core/systemd/systemd_%.bbappend +++ b/meta-google/recipes-core/systemd/systemd_%.bbappend @@ -3,3 +3,6 @@ PACKAGECONFIG_append_gbmc = " coredump" # Disable timesync as we don't use it and it makes rebooting much slower PACKAGECONFIG_remove_gbmc = "timesyncd" + +# We don't need any legacy sysv rc compatability +PACKAGECONFIG_remove_gbmc = "sysvinit" -- cgit v1.2.3