forked from pool/python-kiwi
- Bump version: 9.12.6 → 9.12.7
- Update per review by Tom - Update per review by David - Update per review by Tom - Added chapter for live-fat-stick deployment With the support for the iso-scan feature in KIWI live ISO image, also the ability to deploy file based on FAT32 usb sticks via the live-fat-stick tool exists. This chapter describes how to do it and Fixes #521 - Update pre review by Tom - Update per review by Tom OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=84
This commit is contained in:
parent
8c596df0ba
commit
483e4e7a85
@ -1,3 +1,81 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 1 14:31:31 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
- Bump version: 9.12.6 → 9.12.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 1 10:29:30 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
- Update per review by Tom
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 1 09:55:08 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
- Update per review by David
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 31 15:43:07 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
- Update per review by Tom
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 15:37:21 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
- Added chapter for live-fat-stick deployment
|
||||||
|
|
||||||
|
With the support for the iso-scan feature in KIWI live
|
||||||
|
ISO image, also the ability to deploy file based on
|
||||||
|
FAT32 usb sticks via the live-fat-stick tool exists.
|
||||||
|
This chapter describes how to do it and Fixes #521
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 14:35:06 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
- Update pre review by Tom
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 14:29:43 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
- Update per review by Tom
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 14:25:08 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
- Update per review by Tom
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 14:20:45 CET 2018 - dcassany@suse.com
|
||||||
|
|
||||||
|
- Remove vmdk metadata update procedure
|
||||||
|
|
||||||
|
This commit removes the method _update_vmdk_descriptor from
|
||||||
|
DiskFormatVmdk class. The code part causes vmdk format issues
|
||||||
|
in current up to date hipervisors such as VMWarePlayer 14 or
|
||||||
|
Virtualbox 5.2. Removing this code does not produce any failure,
|
||||||
|
at most can only imply loosing some features provided by open-vm-tools
|
||||||
|
package.
|
||||||
|
|
||||||
|
Fixes #591
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 11:38:16 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
- Fixed use of profile variables in kiwi-dump module
|
||||||
|
|
||||||
|
The profile environment was not imported in the
|
||||||
|
dracut kiwi-dump module. Thus custom settings like
|
||||||
|
oem-unattended did not had an effect
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 10:37:03 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
- Fixup docstrings in xml_state
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 10:22:42 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
- Allow only one dracut variable for kiwi debugging
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 29 12:16:55 CET 2018 - ms@suse.de
|
Mon Jan 29 12:16:55 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
@ -14,6 +92,15 @@ Sat Jan 27 11:14:48 CET 2018 - ms@suse.de
|
|||||||
taken into account when another dracut call happens on the
|
taken into account when another dracut call happens on the
|
||||||
system.
|
system.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 26 11:38:29 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
- Update documentation
|
||||||
|
|
||||||
|
Update the documentation with regards to the move
|
||||||
|
from the plain kiwi initrd to the dracut initrd system.
|
||||||
|
This is related to Issue #576
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 26 10:28:53 CET 2018 - ms@suse.de
|
Fri Jan 26 10:28:53 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 9.12.6
|
Version: 9.12.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: kiwi-schema = 6.6
|
Provides: kiwi-schema = 6.6
|
||||||
Url: https://github.com/SUSE/kiwi
|
Url: https://github.com/SUSE/kiwi
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:510e283a6efffa8837e67fe11a799091c45ed83bc946e4c51c4302c2a42cf41c
|
oid sha256:5327735c249abe9f6c21e15d81d6d803acea94cfce8d46bed54bcf00acb23c22
|
||||||
size 2366134
|
size 2359766
|
||||||
|
Loading…
Reference in New Issue
Block a user