summaryrefslogtreecommitdiff
path: root/meta-google/recipes-core/systemd/systemd_%.bbappend
blob: 5185a5eafad39fd3539ff9789e341db82fc5e35f (plain)
1
2
3
4
5
6
7
8
9
10
11
# We want to be able to manage our coredumps
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"

# We don't enable kernel modules
PACKAGECONFIG:remove:gbmc = "kmod"