Rework troubleshooting chapter and add an article about app security subsystems like selinux and their potential influence on building images. Also update the quickstart with a reference to the troublshooting chapter. This Fixes #1891
20 lines
483 B
ReStructuredText
20 lines
483 B
ReStructuredText
.. _troubleshooting:
|
|
|
|
Troubleshooting
|
|
===============
|
|
|
|
.. note:: **Abstract**
|
|
|
|
This document describes situations which leads to issues
|
|
during build or boot time of the image build with {kiwi}.
|
|
The suggested solutions are considered best practice but
|
|
are just one out of other possible solution candidates.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
troubleshooting/buildhost_constraints
|
|
troubleshooting/architectures
|
|
troubleshooting/security
|
|
troubleshooting/filesystems
|