blob: 59751059a3fc581c78407ce0e91d3494c8b15618 [file] [log] [blame]
Willy Tu32ab91e2021-02-09 18:07:30 -08001# We want to be able to manage our coredumps
Willy Tu4dd03ca2021-08-06 09:37:35 -07002PACKAGECONFIG:append:gbmc = " coredump"
Willy Tu32ab91e2021-02-09 18:07:30 -08003
4# Disable timesync as we don't use it and it makes rebooting much slower
Willy Tu4dd03ca2021-08-06 09:37:35 -07005PACKAGECONFIG:remove:gbmc = "timesyncd"
William A. Kennington III68e98452021-04-16 02:10:42 -07006
7# We don't need any legacy sysv rc compatability
Willy Tu4dd03ca2021-08-06 09:37:35 -07008PACKAGECONFIG:remove:gbmc = "sysvinit"