SHA256
1
0
forked from pool/python-kiwi

- Bump version: 9.13.9 → 9.14.0

- Rebuild online schema documentation
  

  
- XSL Auto update descriptions due to schema change
  

  
- Delete obsolete hybrid attribute from type
  
  Any iso image we create will be a hybrid image. That was
  already the default for any install iso image and was a
  configuration option for live images. The optional selection
  only existed for systems which do not provide tools to
  make an iso hybrid. All distributions kiwi supports provides
  this capabilities and there is no good reason why a live
  or install iso should not be hybrid and bootable as iso
  and as disk. Also the boot in disk mode became the preferred
  boot method for the majority of our users which requires
  to provide a hybrid iso
  

  
- Add efiparttable type attribute
  
  This commit allows to choose the partition table type for efi firmwares

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=98
This commit is contained in:
Marcus Schaefer
2018-03-23 13:00:43 +00:00
committed by Git OBS Bridge
parent ebfd0cd88f
commit be5a957ab1
4 changed files with 204 additions and 29 deletions

View File

@@ -9,12 +9,6 @@ addFilter("no-manual-page-for-binary kiwi-ng")
addFilter("suse-filelist-empty .*")
addFilter("explicit-lib-dependency .*")
# don't blame on auto generated code
addFilter("non-executable-script .*/xml_parse.py.*")
# don't blame on dracut scripts
addFilter("non-executable-script .*/dracut/modules.d.*")
# don't check uid for tftpboot
addFilter("non-standard-uid .*")