Marcus Schäfer
67baa3a4d8
Bump version: 9.11.11 → 9.11.12
2017-10-19 12:12:08 +02:00
David Cassany Viladomat
e464f11530
Merge pull request #518 from SUSE/fix_vmdk_images
...
Fix vmdk descriptor file
2017-10-19 11:45:01 +02:00
David Cassany
1499df3ea0
Fix vmdk descriptor file
...
This commit fixes the descriptor file of the vmdk images. Before this
commit the descriptior file was appended at the end of the image
instead of overwritting the current one at the very beginning.
Fixes bsc#1050665
2017-10-18 16:46:53 +02:00
Marcus Schäfer
8cf4f62b5e
Bump version: 9.11.10 → 9.11.11
2017-10-18 11:16:09 +02:00
Marcus Schäfer
baf913582b
Merge pull request #517 from SUSE/isohybrid_warning_vs_errors_again
...
Follow up fix for isohybrid error handling
2017-10-18 11:15:09 +02:00
Marcus Schäfer
ee0f0e00fc
Follow up fix for isohybrid error handling
...
Allow to handle multiple messages from isohybrid as warnings.
Only if the list of messages still contains information after all
non error conditions had been checked out, an exception is
thrown
2017-10-18 10:47:50 +02:00
Marcus Schäfer
68d7b1ef93
Bump version: 9.11.9 → 9.11.10
2017-10-16 12:10:22 +02:00
Marcus Schäfer
2a1b1e516d
Cleanup boot descriptions
...
The still existing kiwi boot descriptions contained wrong
information about no longer existing packages and many
other obsolete information.
2017-10-16 12:06:06 +02:00
Marcus Schäfer
3afffbbd1f
Bump version: 9.11.8 → 9.11.9
2017-10-13 15:50:32 +02:00
Marcus Schäfer
4be7002640
Merge pull request #516 from SUSE/prefer_image_packages_section_for_boot_includes
...
Prefer image packages section for bootincludes
2017-10-13 15:50:08 +02:00
Marcus Schäfer
9500232ba1
Prefer image packages section for bootincludes
...
If a package is marked bootinclude prefer <packages type="image">
section in the target XML as primary target and only if no such
section exists put the package in the <packages type="bootstrap">
section
2017-10-13 15:35:54 +02:00
Marcus Schäfer
71040d211d
Merge pull request #515 from SUSE/nvme_drivers
...
Keep NVMe drivers in the initrd
2017-10-13 14:41:09 +02:00
Marcus Schäfer
cc80d98a04
Keep NVMe drivers in the initrd
...
Support systems with the root filesystem on a NVMe device
2017-10-13 09:04:31 +02:00
Marcus Schäfer
8376e97fa8
Bump version: 9.11.7 → 9.11.8
2017-09-29 15:04:59 +02:00
Marcus Schäfer
a330cff211
Merge pull request #514 from DimStar77/tftp-perm
...
Changed permissions of /srv/tftpboot to be readable (bsc#940608)
2017-09-29 14:29:37 +02:00
Dominique Leuenberger
ed2844d4f0
Changed permissions of /srv/tftpboot to be readable (bsc#940608)
2017-09-29 10:24:05 +02:00
Marcus Schäfer
84f47d7c51
Bump version: 9.11.6 → 9.11.7
2017-09-28 15:41:24 +02:00
Marcus Schäfer
89a329bc69
Merge pull request #513 from SUSE/isohybrid_warning_or_error
...
Allow to ignore certain isohybrid warnings
2017-09-28 15:40:50 +02:00
Marcus Schäfer
c5846592ff
Also handle multiple error conditions
2017-09-28 14:41:16 +02:00
Marcus Schäfer
511c87ad0f
Allow to ignore certain isohybrid warnings
...
kiwi treates warning from isohybrid as fatal errors becuase in
most cases they are fatal. However some of them are kind of
historical and should be ignored like the one described here:
http://www.syslinux.org/archives/2015-March/023306.html
2017-09-28 11:50:43 +02:00
Marcus Schäfer
e8b8e54810
Bump version: 9.11.5 → 9.11.6
2017-09-27 14:52:07 +02:00
Marcus Schäfer
c7bf8d4651
Merge pull request #512 from SUSE/xz_options_for_pxe_tarball
...
Make sure xz options are used with pxe tarball
2017-09-27 14:50:14 +02:00
Marcus Schäfer
338a33f820
Merge pull request #511 from SUSE/depmod_at_the_right_time
...
Move depmod into baseUpdateModuleDependencies
2017-09-27 14:49:37 +02:00
Marcus Schäfer
8acdd8cb44
Make sure xz options are used with pxe tarball
...
The tar command used in the pxe builder did not utilize threading
and/or the xz options provided by an optional kiwi config file.
This Fixes #507
2017-09-27 12:06:04 +02:00
Marcus Schäfer
9d1e289f1c
Move depmod into baseUpdateModuleDependencies
...
Kernel module dependencies should be resolved after kiwi has
called all the stripping functions and not as part of the
baseCreateCommonKernelFile which runs before.
This Fixes #508
2017-09-27 11:18:29 +02:00
Marcus Schäfer
d62b1c4ee4
Merge pull request #510 from SUSE/nested_volumes_fix
...
Fixed order of volume mount list
2017-09-27 08:40:47 +02:00
Marcus Schäfer
062bfc768b
Merge pull request #509 from Jellyfrog/patch-4
...
Update issue template
2017-09-26 16:24:00 +02:00
Marcus Schäfer
eab9dbabcc
Fixed order of volume mount list
...
re-order mount_list by mountpoint hierarchy. This is needed
because the handling of the fullsize volume and all other
volumes is outside of the canonical order. If the fullsize
volume forms a nested structure together with another
volume the volume mount list must be re-ordered to avoid
mounting the volumes in the wrong order
2017-09-26 16:21:49 +02:00
Jellyfrog
6196e65393
Update issue template
2017-09-25 16:53:27 +02:00
Marcus Schäfer
1b0e3605d3
Bump version: 9.11.4 → 9.11.5
2017-09-22 15:55:28 +02:00
Marcus Schäfer
7250655ac2
Rebuild schema documentation
2017-09-22 15:53:43 +02:00
Marcus Schäfer
ae3db78f74
Merge pull request #505 from SUSE/checkmedia_results_and_plymouth
...
Checkmedia results and plymouth
2017-09-21 13:51:39 +02:00
Marcus Schäfer
7c3daf4c80
Show results in a dialog
2017-09-21 12:34:55 +02:00
Marcus Schäfer
c923416279
Merge pull request #504 from SUSE/spec_requires_fix
...
Fixed package requires for dracut-kiwi-live
2017-09-20 15:21:18 +02:00
Marcus Schäfer
c71675cb3f
Improve display of runMediaCheck results
...
The splash screen should be switched off in order to let the
user see the mediacheck results as well as a delay timeout
before the boot continues or stops is useful
2017-09-20 15:18:09 +02:00
Marcus Schäfer
f6f316cc94
Call plymouth default theme setup in build command
...
Make sure plymouth-set-default-theme is called as part
of the system build command and not only as part of the
system prepare command
2017-09-20 15:15:45 +02:00
Marcus Schäfer
383c0fa4b8
Fixed package requires for dracut-kiwi-live
...
On Fedora/RHEL cdrkit is only a source package building other
packages. The package dracut-kiwi-live really needs is
genisoimage
2017-09-19 16:09:18 +02:00
Marcus Schäfer
719895f608
Merge pull request #502 from SUSE/metadata_format
...
Fix trailing pipe character in .packages file
2017-09-18 17:31:08 +02:00
Marcus Schäfer
9beb38629a
Fix trailing pipe character in .packages file
...
In addition make sure the field layout is consistent across
the .packages files no matter which package manager was used
to create the information. This Fixes #501
2017-09-18 14:35:23 +02:00
Marcus Schäfer
f28f4040a8
Bump version: 9.11.3 → 9.11.4
2017-09-15 10:02:49 +02:00
Marcus Schäfer
bd081da314
Update documentation
...
Link to the obs overview page to show build test results
2017-09-15 10:00:36 +02:00
Marcus Schäfer
aeb3ccfa06
Added Fedora integration test build to obs status
2017-09-15 09:56:27 +02:00
Marcus Schäfer
75d070d083
Merge pull request #497 from SUSE/limit_volid_characters_set
...
Limit the characters set for volid attribute
2017-09-15 09:17:11 +02:00
David Cassany
04f23ee6cd
Limit the characters set for volid attribute
...
This commit fixes #493
2017-09-15 09:05:12 +02:00
Marcus Schäfer
05fb854b45
Revert "Fixed package requires"
...
This reverts commit a8d50a5939 .
2017-09-14 19:35:08 +02:00
Marcus Schäfer
a8d50a5939
Fixed package requires
...
On Fedora xattr is provided by python[3]-pyxattr
2017-09-14 18:28:06 +02:00
Marcus Schäfer
5c6d3cca12
kiwi-boot-requires only required for suse(obs)
2017-09-14 18:10:52 +02:00
Marcus Schäfer
cf85ad66a6
Update project intro page
2017-09-14 10:27:20 +02:00
Marcus Schäfer
28fe4e3ad6
Update project intro layout
2017-09-14 10:16:40 +02:00
Marcus Schäfer
ec671a712f
Update project intro page
2017-09-14 10:14:24 +02:00