blob: d40168e45b33f683127a926957fa2acbfb0a641e [file] [log] [blame]
Willy Tu32ab91e2021-02-09 18:07:30 -08001# We want to be able to manage our coredumps
2PACKAGECONFIG_append_gbmc = " coredump"
3
4# Disable timesync as we don't use it and it makes rebooting much slower
5PACKAGECONFIG_remove_gbmc = "timesyncd"
William A. Kennington III68e98452021-04-16 02:10:42 -07006
7# We don't need any legacy sysv rc compatability
8PACKAGECONFIG_remove_gbmc = "sysvinit"