Revisions of kiwi

Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1049)
- v7.03.20 released
  

  
- Deleted obsolete openSUSE 12.3 templates
  

  
- v7.03.19 released
  

  
- Make sure suse-leap-42.1-JeOS is installed
  

  
- Rename leap boot descriptions to naming convention
  

  
- Added leap-42.1-JeOS template
  

  
- Added leap-42.1 boot image descriptions
  

  
- Added Tumbleweed and Leap42 as known distributions
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1048)
- v7.03.17 released
  

  
- Revert "Remove genisoimage and cdrkit-cdrtools-compat dependency"
  
  This reverts commit 0c7b2885c37b16d69e46caf7c365d2eacb615cd9.
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1047)
- v7.03.16 released
  

  
- System to boot inheritance for wwid_wait_timeout
  
  Added missing transfer of wwid_wait_timeout from the system
  image description into the boot image description
  

  
- Fixed unrecognized variable: kiwi_wwid_wait_timeout
  

  
- Delete live patch for dracut module
  
  With the correct /var/run symlink the broken dracut module is
  not called and thus the problem in dracut is workarounded
  Nevertheless dracut needs the fix
  

  
- Fixed setup of /var/run location
  
  /var/run is a symlink to /run on newer systems and a directory
  on older systems. We need to properly handle that
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1046)
- v7.03.15 released
  

  
- Added type attribute wwid_wait_timeout
  
  multipath devices from a SAN system take some time to appear on
  the host. In order to have all presented wwn's available on the
  host it's required to wait some time because we can't poll for
  the appearance of a specific device the wait period is now
  customizable. The default wait period is 3 seconds
  

  
- Revert "Remove genisoimage and cdrkit-cdrtools-compat dependency"
  
  

  
- Don't fix the catalog when it's already correct
  
  In contrast to genisoimage, mkisofs generates a proper boot catalog
  entry. Thus it is not necessary to fix it.
  

  
- Remove genisoimage and cdrkit-cdrtools-compat dependency
  
  * cdrkit-cdrtools-compat provides a symlink from mkisofs to genisoimage
  * It should be safe to use mkisofs as drop-in replacement for genisoimage
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1045)
- v7.03.14 released
  

  
- Skip loopback nic in interface selection
  
  setupNetworkStatic selects the last interface to be used for
  the setup. This is not a smart selection but it should not
  select the loopback interface in any case. Whether or not it's
  possible to automatically just select the "right" nic is still
  an open task.
  

  
- Fixed reading of search path for editboot* scripts
  
  In build and create mode the origin path of the XML description was
  not correctly initialized. kiwi skipped reading the meta information
  from the unpacked image root tree because it already has a pointer
  to the XML description, however this data set does not provide the
  origin path of the kiwi call
  

  
- Remove duplicate provide of kiwi-image:tbz
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1044)
- v7.03.13 released
  

  
- Fixed XML writer for array of objects
  
  Elements which can appear multiple times like the vagrantconfig
  element are stored as array of objects. The XML writer has to
  iterate over the array and ask for the XML setup of each of
  the objects inside of the array
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1043)
- v7.03.12 released
  

  
- Fixed RHEL recovery
  
  delete recovery of zypp database backup, this does not exist
  on rhel systems
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1042)
- v7.03.11 released
  

  
- Update RHEL6 JeOS
  
  use group id names instead of the description
  

  
- Deleted yum grouplist check
  
  Prior to installing yum groups, kiwi performed a grouplist
  to check if the group exists. That's because yum groupinstall
  does only print a warning message if a non existing group
  should be installed. The problem here is that the group names
  displayed by yum grouplist are the description names like
  "Console internet tools" but the group id name in this case
  "console-internet" is not displayed. This makes it impossible
  for kiwi to use the yum group id names which we should prefer
  over the description texts, because the texts could contain
  special characters which makes it hard to validate the content
  in a stable way. In addition yum groupinstall works more
  reliable if the group id names are used
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1041)
- v7.03.10 released
  

  
- Fixed installation of recovery grub for RHEL
  

  
- Update spec file to package updated RHEL JeOS
  

  
- Update RHEL6 JeOS template
  
  Update to rhel server v6.6
  

  
- Fixed disk size adaption for in place recovery
  
  The size of the disk is increased by the require space to
  create the recovery tar archive at boot time. However the
  value was not in the xml instance because KIWIBoot creates
  their own instance of KIWIXML. This is fixed now by passing
  along the origin XML instance when available
  

  
- Fixed in place recovery
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1040)
- v7.03.9 released
  

  
- Added custom hybridpersistent_filesystem attribute
  
  By default kiwi creates a btrfs partition as write space for hybrid
  live systems. With the new attribute one can specify also the 'fat'
  filesystem as write space. This would allow to create hybrid live
  images which are compatible with the Windows OS in a similar way
  like kiwi's livestick tool does it. This Fixes #475
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1039)
- v7.03.8 released
  

  
- Update Makefile clean target
  
  delete possible .dice / .vagrant directories
  

  
- Update SLE12 JeOS image description
  
  xen-tools conflicts with xen-tools-domU
  

  
- Update dice configuration files
  
  Use the new dice docker buildsystem instead of vagrant calling
  docker. There is also a kiwi-build-box container on dockerhub
  which is automatically used for the build
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1038)
- v7.03.7 released
  

  
- Use defined macro to check if variable is defined
  
  The perl version in tumbleweed seems to behave more strict on this
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1037)
- v7.03.6 released
  

  
- Allow containers to be build without systemd
  
  the container setup procedure by default disable some services.
  In order to do this either systemctl or chkconfig is used.
  However this should not be a mandatory task because it is ok
  to build containers without service tools installed
  

  
- Follow up fix for repo detection in kiwi describe
  
  The data fields of zypper in newer versions has changed. Thus
  split by the field separator and extract the information.
  Fortunately the ordering hasn't changed
  

  
- Fixed repo detection in describer module
  
  The zypper syntax has changed, thus detection of the repo state
  leads to incorrect results
  

  
- v7.03.5 released
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1036)
- v7.03.5 released
  

  
- Use by-uuid device names for livestick tool
  

  
- DB: rebuild documentation
  

  
- Added __checkImageIncludeApplicable runtime check
  
  The imageinclude attribute is currently not supported with all
  URI types. Therefore we test if the repo URL uses obs|iso and
  provide a message to the user. If we want to support this in the
  future for obs URI types the imageinclude feature has to auto
  map the obs URI into the correct http URI which will only work
  for repositories in the public part of the open buildservice
  This Fixes #472
  
  
  

  
- Increase fsoverhead for btrfs
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1035)
- v7.03.4 released
  

  
- Fixed createOVFConfiguration
  
  Make sure destination directory exists prior to moving data
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1034)
- v7.03.3 released
  

  
- Follow up Fix for grub2 setup on btrfs
  
  Only if no bootpartition is used and a volume setup exists
  it's required to adapt the boot path with the initial '@'
  subvolume
  

  
- Update examples, don't use clicfs
  

  
- v7.03.2 released
  

  
- DB: rebuild documentation
  

  
- v7.03.1 released
  

  
- DB: rebuild documentation
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1033)
- v7.02.58 released
  

  
- Add uuid support in createFilesystem for btrfs
  

  
- Fixed custom image size use
  
  Allow use of the custom image size even if it is smaller than
  the kiwi calculated one. Especially for the btrfs filesystem
  the calculation is sometimes not accurate enough
  

  
- Fixed shell variable quoting in compare statements
  

  
- Prevent createHybridPersistent waiting for devs
  
  Check if the write partition creation returns success before
  waiting for the expected device to become created. This prevents
  a long wait period on a device which never will come up if the
  partition could not be created. This Fixes #466
  

  
- Fixed legacy grub install for install stick images
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1032)
- v7.02.57 released
  

  
- Fixed grub.cfg for Xen dom0 images
  
  bogus information was added within a menuentry section
  

  
- Fixed zipl setup
  
  zipl does not allow a targetgeometry if the target type is
  different from CDL or LDL
  

  
- Fixed use of union type in pxe setup
  
  The reference on clicfs was still present in the schema and the
  runtime checks. However clicfs is out of support and overlayfs
  is the only union filesystem we really support
  

  
- Update s390 JeOS image description
  
  for the oem and vmx types build the disk for a DASD target
  in CDL mode (ECKD). Also make this clear in the name of the
  generated image
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1031)
- v7.02.56 released
  

  
- Fixed installation of Archive into root system
  
  Archives marked as bootinclude were excluded from being installed
  into the image too. This is an unexpected behaviour change and
  is fixed now
Marcus Schaefer's avatar Marcus Schaefer (sax2) committed (revision 1030)
- v7.02.55 released
  

  
- Allow to overwrite root= via kernelcmdline
  
  If one of the ec2 firmware types is used the root= variable is
  explicitly set to a static value. There was no way for the user
  to set an alternative device via the kernelcmdline attribute in
  the image description
  

  
- Fixed zipl installBootLoader blocksize usage
  
  There is now the target_blocksize attribute which is used. If not
  specified the default blocksize of 512 bytes applies (bnc#931634)
  

  
- Fixed zipl installBootLoader blocksize retrieval
  
  In order to find the target blocksize for the zipl configuration
  kiwi asked for the pyhiscal blocksize. However the logical block
  size should be used when zipl accesses the device (bnc#931634)
  

  
- fix version detection for debug packages
Displaying revisions 121 - 140 of 1169
openSUSE Build Service is sponsored by