Overview
Request 42061 accepted
- v4.43
- fixed split section evaluation (bnc #615121)
- exit kiwi directly if the possible question to create
the destination directory was canceled by the user
- migration: added version to cache file
- changed spec file requirement: require virt-utils for
distro versions >= 11.3
- started support for s390 imaging:
* zipl support in kiwi. This is still work in progress only
the skeleton at the required code points has been added.
* adapted the JeOS sle11 template to provided a profile
for x86 and s390 packages
* also added vmxboot and oemboot bootimages to be build
The code there will work as initrd for an s390 guest
within kvm
- fixed attribute validation, space
and / is not allowed for this attribute (bnc #616626)
- use cylinder based alignment with new parted version
2.2.x. This fixes the oem repartition code for systems
which uses parted >= 2.2.x build on a parted 1.9.x build
system. Also removed unused functions: partedGetSectors
and partedStartCylinder
- update the min gnome example to 11.3
- added oem-inplace-recovery option which allows creation
of the recovery tarball at first deployment instead of
creating the tarball and store it inside the image
- fixed copy of root tree into final image. We used
cp -a $source/* $dest which did not match the dot files
in $source/.* Therefore I changed this to use a tar
based copy
Request History
sax2 created request
- v4.43
- fixed split section evaluation (bnc #615121)
- exit kiwi directly if the possible question to create
the destination directory was canceled by the user
- migration: added version to cache file
- changed spec file requirement: require virt-utils for
distro versions >= 11.3
- started support for s390 imaging:
* zipl support in kiwi. This is still work in progress only
the skeleton at the required code points has been added.
* adapted the JeOS sle11 template to provided a profile
for x86 and s390 packages
* also added vmxboot and oemboot bootimages to be build
The code there will work as initrd for an s390 guest
within kvm
- fixed attribute validation, space
and / is not allowed for this attribute (bnc #616626)
- use cylinder based alignment with new parted version
2.2.x. This fixes the oem repartition code for systems
which uses parted >= 2.2.x build on a parted 1.9.x build
system. Also removed unused functions: partedGetSectors
and partedStartCylinder
- update the min gnome example to 11.3
- added oem-inplace-recovery option which allows creation
of the recovery tarball at first deployment instead of
creating the tarball and store it inside the image
- fixed copy of root tree into final image. We used
cp -a $source/* $dest which did not match the dot files
in $source/.* Therefore I changed this to use a tar
based copy
autobuild accepted request
checked in