Skip to content

Commit 27bfd55

Browse files
docu: add missing build flags
1 parent 584648c commit 27bfd55

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/build_config.adoc

+27
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,38 @@ default, no module is used, so every module needed needs to be
201201
specified in the configuration. To remove a module, add an exclamation mark
202202
(!) as prefix.
203203

204+
* dorecommends
205+
206+
Try to install all recommended packages. Packages with dependency conflicts
207+
are ignored.
208+
209+
* dosupplements
210+
211+
Try to install all supplemented packages. Packages with dependency conflicts
212+
are ignored. This has the downside that new packages can cause different
213+
dependency expansion, so this should only be enabled for special use
214+
cases.
215+
216+
* ignoreconflicts
217+
218+
Ignore defined conflicts of packages. By default these are reported as unresolvable.
219+
This switch may be useful when packages get not installed in the build environment,
220+
but getting processed afterwards. That tool, eg. some image building tool, must be
221+
able to handle the situation (eg. by just using a subset of the packages).
222+
204223
* kiwi-nobasepackages
205224

206225
Do not put the require/support/preinstall packages in the repositories
207226
offered to the kiwi build tool. This should have been the default.
208227

228+
* keepfilerequires
229+
230+
Dependencies on files are only fulfilled if matching FileProvides are specified
231+
in the project configuration. If those are missing, the dependency results in
232+
an "unresolvable" state for directly required files or in silent breaking of the
233+
dependency for indirectly required files. With this option, all file requires are
234+
honoured by default and lead to "unresolvable" if there are no matching FileProvides defined.
235+
209236
==== ExportFilter: REGEX ARCHITECTURES
210237

211238
The export filter can be used to export build results from one

0 commit comments

Comments
 (0)