Commit Graph

11 Commits

Author SHA1 Message Date
Marcus Schäfer
c148d661b9
Deleted pxedeploy section
There is no further demand in the client config creation for the
legacy netboot code. Customers using the netboot initrd already
create the client config.<MAC> file manually or through another
system. With the next generation kiwi we also recommend the disk
based network deployment using the dracut capabilities and marked
the netboot code as still supported but on the legacy stream.
Along with the deletion in the schema the following changes
were also done:

* Deleted use of pxedeploy section in implementation
* Increase schema version to v7.0
* Update documentation on schema version update
* Added xsl stylesheet conversion from v6.9 to v7.0
  Automatic schema version upgrade from v6.9 to v7.0 deletes
  the pxedeploy section from any type specification

This Fixes #19
2019-04-05 14:26:54 +02:00
Marcus Schäfer
1ad29571c1
Update schema version in headline of doc chapter 2018-03-23 10:44:32 +01:00
Marcus Schäfer
2b582a3339
Update schema version in documentation 2018-01-17 10:22:34 +01:00
Marcus Schäfer
170bb9c2fa
Fixup schema version in chapter topic 2017-07-28 14:07:21 +02:00
Marcus Schäfer
5ed0ea7486
Update schema documentation 2017-06-29 11:08:13 +02:00
Marcus Schäfer
d9160d4926
Update schema docstring for oem-systemsize 2017-06-21 14:57:43 +02:00
David Cassany
26e15929ab Include imageonly attribute for repositories
This commit adds imageonly attribute support for the repository
element. imageonly is a boolean attribute that if true indicates
that the repository is no used for the build but needs to be
configured for the resulting image.

Fixes #362
2017-06-12 16:46:52 +02:00
David Cassany
753c840e44 Update rpm-check-signatures documentation 2017-06-09 12:33:03 +02:00
David Cassany
02a1b89086 Include repository_gpgcheck and package_gpgcheck documentation 2017-06-08 17:01:16 +02:00
David Cassany
62095aeaf3 Improve package/repository signature checking setup
This commit adds repository_gpgcheck and package_gpgcheck attributes
to the repository tag in schema. With this change each repository
can be configured individualy to enable repository signatures check
and/or enable signature package check. The configuration is done at
repository level, thus it is not conflicting with the wide package
manager configuration flag <rpm-signatures-check>.

Fixes #358
2017-06-08 16:40:20 +02:00
Marcus Schäfer
2046220c07 Refactor documentation layout and structure
The current design of the documentation does not allow for
continous improvement and development. It's missing a basic
structure and concept for documenting step-by-step workflows
and generic explanations.
2017-05-10 16:32:23 +02:00