Commit Graph

626 Commits

Author SHA1 Message Date
Marcus Schäfer
4ddffd50b1
Bump version: 9.18.16 → 9.18.17 2019-09-20 10:08:19 +02:00
Oluf Lorenzen
37fba264da
fix docu following schema: profile inheritance
following the schema the "requires" element needs an attribute "profile"
2019-09-18 17:18:22 +02:00
Marcus Schäfer
98af0e61a9
Bump version: 9.18.15 → 9.18.16 2019-09-17 13:32:32 +02:00
Marcus Schäfer
ab6c2786af
Bump version: 9.18.14 → 9.18.15 2019-09-13 11:06:10 +02:00
jpwidera
a408d7d9a9
Fixed user permission
The comand was evaluated as chmod -c -R '...' . This is not the
correct syntax. Removing quotation marks solved problem
and Fixes #1191
2019-09-13 11:03:36 +02:00
Marcus Schäfer
d696c6314d
Bump version: 9.18.13 → 9.18.14 2019-09-10 09:49:43 +02:00
Marcus Schäfer
da2d9b96a7
Bump version: 9.18.12 → 9.18.13 2019-08-29 16:38:30 +02:00
Marcus Schäfer
be17186503
Add --add-bootstrap-packages option
The prepare and build commands now allows to specify additional
packages to be installed as part of the early bootstrap phase
This Fixes #1151
2019-08-29 11:38:56 +02:00
Marcus Schäfer
7d3f169865
Update documentation regarding fstab adaptions 2019-08-26 17:58:33 +02:00
Dan Čermák
b015b91679
Stop inheriting from object
This is no longer required in Python3
2019-08-22 15:43:27 +02:00
Marcus Schäfer
a97ad0e7e1
Bump version: 9.18.11 → 9.18.12 2019-08-20 09:48:00 +02:00
Marcus Schäfer
f030880cc6
Extended LUKS encryption support
We supported luks encrypted images with the exception of the
boot partition because grub was not able to read from an
encrypted device at that time. Since some time grub is able
to read from an encrypted partition and this commit add
support for it. With this patch luks encrypted images will
no longer create an extra boot partition and the entire
system will be encrypted. The opening of the luks container
happens on the grub level only once. Customers can still
specify to use an unencrypted extra boot partition with the
bootpartition="true" flag. In this case the opening of the
luks containers happens on the systemd level as before.
This is related to Issue #1162
2019-08-19 16:10:09 +02:00
Marcus Schäfer
f416aba5fa
Bump version: 9.18.10 → 9.18.11 2019-08-14 12:01:34 +02:00
David Cassany
728856aff2
Bump version: 9.18.9 → 9.18.10 2019-08-05 09:55:02 +02:00
Marcus Schäfer
3d7af0ebe5
Bump version: 9.18.8 → 9.18.9 2019-07-26 16:23:49 +02:00
Marcus Schäfer
9720067e6c
Bump version: 9.18.7 → 9.18.8 2019-07-25 11:04:29 +02:00
Marcus Schäfer
4ea16ab5e5
Bump version: 9.18.6 → 9.18.7 2019-07-23 09:55:05 +02:00
Marcus Schäfer
90cbc28c16
Bump version: 9.18.5 → 9.18.6 2019-07-22 09:00:43 +02:00
Marcus Schäfer
58b5bab9d7
Bump version: 9.18.4 → 9.18.5 2019-07-19 16:47:23 +02:00
Marcus Schäfer
18f3f72152
Bump version: 9.18.3 → 9.18.4 2019-07-19 15:49:37 +02:00
Marcus Schäfer
30e18d1398
Added support for fscreateoptions attribute
Along with the fsmountoptions attribute there is now also the
fscreateoptions attribute which allows to control the options
used for creating the filesystem. Please note, it's not kiwi's
task to validate that the given option string is supported
by the selected filesystem. This means providing wrong values
here will cause the build to fail at the time the filesystem
gets created. This Fixes #1109
2019-07-18 15:55:39 +02:00
Marcus Schäfer
355dc4c4b2
Bump version: 9.18.2 → 9.18.3 2019-07-16 11:58:50 +02:00
Marcus Schäfer
19c9c1d8cc
Bump version: 9.18.1 → 9.18.2 2019-07-12 10:40:35 +02:00
Marcus Schäfer
d09ccc5206
Update documentation references
The kiwi project has been moved into its own upstream
organisation named OSInside. Due to the move some doc
and README references needs to be adapted
2019-07-12 09:45:42 +02:00
Marcus Schäfer
c4c6a36d69
Bump version: 9.18.0 → 9.18.1 2019-07-12 08:41:27 +02:00
Marcus Schäfer
1e4eb22d46
Bump version: 9.17.42 → 9.18.0 2019-07-11 17:07:31 +02:00
Marcus Schäfer
ab02653e0b
Merge pull request #1130 from SUSE/drop_py2_support
Drop support for python2
2019-07-11 17:06:19 +02:00
Marcus Schäfer
70bc4fdda1
Update documentation
The kiwi-descriptions repository has been moved into the
OSInside organisation
2019-07-10 15:15:58 +02:00
Marcus Schäfer
1566750242
Drop support for python2
Python2 is announced to be unmaintained from Jan 2020.
KIWI supports Python 2.7 and it should not support any python version that
is not maintained upstream. This Fixes #1036
2019-07-10 11:58:57 +02:00
Marcus Schäfer
445281c655
Bump version: 9.17.41 → 9.17.42 2019-07-08 12:05:47 +02:00
Dan Čermák
df5ebd2f70
[doc] Add user documentation about the usage of the embedded Vagrantfile
- Document the usage of the `vagrantconfig.embedded_vagrantfile` attribute
- Remove the suggestion to generate the ssh keys during image creation (this
  results in **all** boxes having the same ssh host keys, which is pretty
  dangerous if someone would use a vagrant box in a production environment.)
- Stop recommending veewee, this project is dead
- Replace forgotten hard coded number with {schema_version}
2019-07-05 11:23:02 +02:00
Marcus Schäfer
7196af2d3b
Bump version: 9.17.40 → 9.17.41 2019-07-04 10:15:57 +02:00
Marcus Schäfer
2afddb5e52
update per review by Tom 2019-06-28 09:24:18 +02:00
Marcus Schäfer
23c0f2e2f8
Update distribution support information
Update the documentation with regards to our supported
distribution statement. This Fixes #1108
2019-06-27 10:18:55 +02:00
Marcus Schäfer
cbba32e82e
Bump version: 9.17.39 → 9.17.40 2019-06-07 10:18:43 +02:00
Marcus Schäfer
1d3b9a077f
Update documentation for consistency
Instead of hard coded names for example images and their
versions a prolog map including placeholders has been
added.
2019-05-27 18:04:47 +02:00
Marcus Schäfer
94207892d2
Bump version: 9.17.38 → 9.17.39 2019-05-24 08:57:42 +02:00
Dan Čermák
8046087c96
Split overview/workflow.rst into multiple files
Co-Authored-By: Thomas Schraitle <tom_schr@web.de>
2019-05-24 08:50:09 +02:00
Marcus Schäfer
2c2516988b
Update obs docs per review by Tom 2019-05-23 15:34:39 +02:00
Dan Čermák
8e20deec75
Extend docs about building multiple profiles on OBS 2019-05-13 17:17:02 +02:00
Dan Čermák
7ae7afbb18
Remove FIXME from the runtime configuration file example 2019-05-10 23:04:18 +02:00
Dan Čermák
ea33b40813
Improve the documentation about building in the Build Service
Co-Authored-By: Thomas Schraitle <tom_schr@web.de>
2019-05-10 12:56:49 +02:00
Marcus Schäfer
db60692c67
Merge pull request #1075 from SUSE/runtime_config
Improve the documentation of the runtime configuration file
2019-05-09 09:31:31 +02:00
Dan Čermák
147cbed5aa
Cleanup TODO & FIXME from xml_description.rst 2019-05-03 09:31:34 +02:00
Dan Čermák
472e7faeda
Improve the documentation of the runtime configuration file
Co-Authored-By: Thomas Schraitle <tom_schr@web.de>
2019-05-02 12:25:36 +02:00
Marcus Schäfer
3e026b7116
Merge pull request #1074 from SUSE/xml-description
XML description
2019-05-02 11:32:48 +02:00
Dan Čermák
5ba515236d
Extend the development documentation
Co-Authored-By: Thomas Schraitle <tom_schr@web.de>
2019-05-02 09:58:30 +02:00
Dan Čermák
ecaaed4480
Add documentation of the XML schema in a tutorial like fashion
Co-Authored-By: Thomas Schraitle <tom_schr@web.de>
2019-05-02 09:55:05 +02:00
Marcus Schäfer
799b809589
Merge pull request #1073 from SUSE/disk_volume_docs
Extend the documentation of Custom Disk Volumes
2019-05-01 12:33:46 +02:00
Marcus Schäfer
7b40fd6f5d
Fixing doc source for broken refs and xml syntax 2019-04-25 16:40:39 +02:00