People can assume that e.g. Busybox options enabled in the package are enabled when writing code for Buildroot. Anyone who uses custom configurations that disable default options needs to make sure relevant scripts etc. still work for themselves. Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
465 B
Plaintext
17 lines
465 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-configurable-packages.adoc[]
|
|
|
|
include::integration-systemd.adoc[]
|
|
|
|
include::integration-selinux-support.adoc[]
|