Commit Graph

693 Commits

Author SHA1 Message Date
Marcus Schäfer
aeccf6bdce
Bump version: 9.20.7 → 9.20.8 2020-04-16 12:13:39 +02:00
Marcus Schäfer
c72a26daee
Bump version: 9.20.6 → 9.20.7 2020-04-16 10:26:29 +02:00
Marcus Schäfer
974662934d
Bump version: 9.20.5 → 9.20.6 2020-04-03 16:11:57 +02:00
Marcus Schäfer
899e6b7a4a
Merge pull request #1390 from OSInside/overlay_per_profile
Allow overlay directories for profiles
2020-04-03 16:11:15 +02:00
Marcus Schäfer
5702245aa6
Fixed plugin documentation
While setting up the kiwi boxed plugin I realized some small
mistakes in the plugin documentation
2020-04-02 17:13:26 +02:00
Marcus Schäfer
29a9d60a38
Allow overlay directories for profiles
In addition to the existing root/ overlay directory which
applies always there can now also be profile specific overlay
directories. If an overlay directory should be applied for
a specific profile this can now be done by placing this data
in a directory that is named the same as the profile name.
2020-04-02 12:58:38 +02:00
Marcus Schäfer
6d05b8dbff
Bump version: 9.20.4 → 9.20.5 2020-03-27 10:41:52 +01:00
Marcus Schäfer
44a1d78e96
Added new image type: wsl
Support for building appx container images for
Windows Subsystem Linux (WSL). This Fixes #1235
2020-03-26 19:42:25 +01:00
Marcus Schäfer
4fc36c90cb
Bump version: 9.20.3 → 9.20.4 2020-03-04 18:28:35 +01:00
Marcus Schäfer
b8b64ac490
Bump version: 9.20.2 → 9.20.3 2020-03-03 08:56:53 +01:00
Marcus Schäfer
766f26631a
Bump version: 9.20.1 → 9.20.2 2020-02-28 15:13:44 +01:00
Marcus Schäfer
10a02a9d01
Added task plugin documentation
Documentation for developers how to write a custom kiwi
task plugin.
2020-02-27 15:30:00 +01:00
Marcus Schäfer
23c198dc03
Update manual page documentation
Fixed manual pages to use kiwi-ng as the command name
2020-02-25 10:42:02 +01:00
Marcus Schäfer
71fecd3011
Bump version: 9.20.0 → 9.20.1 2020-02-19 18:01:58 +01:00
Marcus Schäfer
f6f77b3162
Fixup documentation for consistency
There is the legacy kiwi version and there is this kiwi(next generation).
From a documentation perspective there are several inconsistencies that
could confuse users. This commit makes the name for KIWI-NG consistent
across the entire documentation. At places where we point to older
documentation we use the term Legacy KIWI and a link to the documentation
that covers this part. All this is needed in preparation to cleanup the
documentation situation for the SUSE documentation but with respect to
the upstream doc sources, their layout and markup.
2020-02-19 18:01:14 +01:00
Marcus Schäfer
bfef457e51
Bump version: 9.19.16 → 9.20.0 2020-02-15 15:46:21 +01:00
Marcus Schäfer
5f3602731e
Merge pull request #1336 from OSInside/suse_doc
SUSE Documentation
2020-02-15 15:45:14 +01:00
Marcus Schäfer
89226abd46
Addded doc_suse tox target to build docbook target
SUSE documentation is based on docbook or asciidoc. The kiwi
documentation is maintained along with the code and uses the
sphinx system and therefore ReST as markup language. We would
like to keep one source and don't want to move to another markup
language. Thus the sources needs to be structured in a way that
allows translation into sphinx supported targets as well as
into SUSE docbook style. This commit changes the documentation
structure in a way that both is possible. With the use of Sphinx
XML and rstxml2docbook the ReST docs are converted into docbook.
From there the SUSE daps tool can create SUSE documentation
2020-02-14 15:14:30 +01:00
Al
ad33c037dc Split kiwi-dump into 2 modules to allow inserting a module after the image dump and before system reboot 2020-02-11 10:04:19 -08:00
Marcus Schäfer
a52aa0fb26
Added ppc integration test links
Added ppc integration test links to the overview page of
the kiwi documentation. Related to Issue #1325
2020-02-06 10:25:34 +01:00
Marcus Schäfer
84f8ca6f97
Bump version: 9.19.15 → 9.19.16 2020-02-06 10:07:45 +01:00
Marcus Schäfer
f04a76de51
Bump version: 9.19.14 → 9.19.15 2020-02-02 20:13:35 +01:00
Marcus Schäfer
5a0f4f42db
Bump version: 9.19.13 → 9.19.14 2020-01-24 10:18:51 +01:00
Marcus Schäfer
e35a0356a8
Make PXE oem deployment genericly useable
When deploying a disk image via PXE the initrd contained a config
file which connects it to a certain image. This has the disadvantage
that no other image could be deployed with it. This commit changes the
deployment code in a way that the config file is read from the
network if the disk is deployed via PXE. The tarball created by
kiwi provides the image connected config file but users now have
the opportunity to create their own boot configurations which allows
deployment of different images with the same kiwi built deployment
initrd. This Fixes #1298 and is one first step into a more generic
PXE support offered by kiwi.
2020-01-21 12:10:33 +01:00
Marcus Schäfer
3ea350675e
Bump version: 9.19.12 → 9.19.13 2020-01-20 16:50:38 +01:00
Marcus Schäfer
ef1089be20
Bump version: 9.19.11 → 9.19.12 2020-01-20 15:49:39 +01:00
Marcus Schäfer
fe3e39903b
Bump version: 9.19.10 → 9.19.11 2020-01-17 10:40:30 +01:00
Marcus Schäfer
94b42c6c12
Bump version: 9.19.9 → 9.19.10 2020-01-13 10:12:58 +01:00
Marcus Schäfer
2f2497926c
Bump version: 9.19.8 → 9.19.9 2020-01-11 22:33:05 +01:00
David Cassany
b03e8b328a
Bump version: 9.19.7 → 9.19.8 2019-12-19 16:12:47 +01:00
Marcus Schäfer
2ac221ed9a
Fixed installation chapter in the documentation
The chapter still outlines multipython support but we
dropped support for python2 some time ago
2019-12-12 09:57:11 +01:00
Marcus Schäfer
74fa409c7b
Bump version: 9.19.6 → 9.19.7 2019-12-10 09:27:41 +01:00
Marcus Schäfer
e98c6e2359
Bump version: 9.19.5 → 9.19.6 2019-12-04 17:36:55 +01:00
Marcus Schäfer
958765057a
Bump version: 9.19.4 → 9.19.5 2019-12-02 12:26:03 +01:00
Marcus Schäfer
79fca26097
Bump version: 9.19.3 → 9.19.4 2019-11-26 11:40:18 +01:00
Marcus Schäfer
0e40d634e3
Bump version: 9.19.2 → 9.19.3 2019-11-26 10:09:11 +01:00
Marcus Schäfer
c06101ec6d
Bump version: 9.19.1 → 9.19.2 2019-11-25 22:04:44 +01:00
Marcus Schäfer
b335bcf392
Bump version: 9.19.0 → 9.19.1 2019-11-25 15:53:14 +01:00
Marcus Schäfer
bdb84765d9
Bump version: 9.18.35 → 9.19.0 2019-11-25 15:19:01 +01:00
Marcus Schäfer
0b1b615a4a
Bump version: 9.18.34 → 9.18.35 2019-11-20 12:37:19 +01:00
Marcus Schäfer
4162d4cab3
Bump version: 9.18.33 → 9.18.34 2019-11-19 09:02:14 +01:00
Marcus Schäfer
399c277297
Bump version: 9.18.32 → 9.18.33 2019-11-15 09:03:19 +01:00
Dan Čermák
7dcdc19beb
Merge pull request #1263 from OSInside/update_package_element_docs
Document possible values for the name attribute of package
2019-11-14 15:40:04 +01:00
Dan Čermák
c0ce3327b0
Document possible values for the name attribute of package
This fixes #1260

Co-Authored-By: Thomas Schraitle <tom_schr@web.de>
2019-11-14 13:07:31 +01:00
Marcus Schäfer
cfb4b697d6
Bump version: 9.18.31 → 9.18.32 2019-11-14 12:24:16 +01:00
Marcus Schäfer
79fa185573
Bump version: 9.18.30 → 9.18.31 2019-11-07 16:00:01 +01:00
Marcus Schäfer
c0f7c95856
Bump version: 9.18.29 → 9.18.30 2019-10-31 14:38:47 +01:00
Marcus Schäfer
20825f121f
Bump version: 9.18.28 → 9.18.29 2019-10-29 10:06:36 +01:00
Marcus Schäfer
055751e2da
Update Host/Image support matrix
Update documentation about the Host vs. Image support and
compatibility matrix with regards to the SLES target.
2019-10-29 10:03:46 +01:00
Marcus Schäfer
d08752c1a7
Bump version: 9.18.27 → 9.18.28 2019-10-28 10:15:46 +01:00