commit | 68e9845b2938b4d1db36ccd7c7404f7e99b04d81 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Apr 16 02:10:42 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 16 19:24:00 2021 +0000 |
tree | dc2a839619193540ca38f17daa40850ee1d59a26 | |
parent | cc2e0f8f364eeef1b3074b3fbda1d2cf9b21cb6c [diff] |
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 <wak@google.com>
diff --git a/meta-google/recipes-core/systemd/systemd_%.bbappend b/meta-google/recipes-core/systemd/systemd_%.bbappend index 88065e2..d40168e 100644 --- a/meta-google/recipes-core/systemd/systemd_%.bbappend +++ b/meta-google/recipes-core/systemd/systemd_%.bbappend
@@ -3,3 +3,6 @@ # 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"