blob: 5185a5eafad39fd3539ff9789e341db82fc5e35f [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"
William A. Kennington IIIdd4e6ef2021-12-20 18:29:59 -08009
10# We don't enable kernel modules
11PACKAGECONFIG:remove:gbmc = "kmod"