32b341fa34
Add a section to the "Integration topics" chapter about how we integrate systemd. Add a first subsection about how dbus and dbus-broker work with systemd. This is just the start of the integration information about systemd. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
412 B
Plaintext
15 lines
412 B
Plaintext
// -*- mode:doc; -*-
|
|
// vim: set syntax=asciidoc:
|
|
|
|
[[integration]]
|
|
== Integration topics
|
|
|
|
This chapter discusses how various things are integrated at system
|
|
level. Buildroot is highly configurable, almost everything discussed
|
|
here can be changed or overridden by xref:rootfs-custom[rootfs overlay
|
|
or custom skeleton] configuration.
|
|
|
|
include::integration-systemd.txt[]
|
|
|
|
include::integration-selinux-support.txt[]
|