Logoj0ke.net Open Build Service > Projects > virtualization:Appliances > kiwi > Changes
Sign Up | Log In

Problem getting expanded diff: bad link: openSUSE.org:Virtualization:Appliances/kiwi: project 'openSUSE.org:Virtualization:Appliances' does not exist

Changes of Revision 2

[-] Changed kiwi.changes
x
 
1
@@ -1,4 +1,1580 @@
2
 -------------------------------------------------------------------
3
+Fri Nov 11 14:15:50 CET 2011 - ms@suse.de
4
+  
5
+- renamed image format vpc to vhd. vhd seems to be the well
6
+  known name for Microsoft HyperV images (bnc #729857)
7
+  
8
+-------------------------------------------------------------------
9
+Fri Nov 11 10:12:53 CET 2011 - ms@suse.de
10
+  
11
+- fixed creation of initial aligned partition table in KIWIBoot.pm
12
+  In SuSE studio the loop device which is normally the target for
13
+  parted is relinked behind the scene to a virtio device. As result
14
+  parted now sees a real disk geometry and that induced the bug in
15
+  kiwi which is not visible if it operates on the file mapped loop
16
+  device only. Looking at that partition code has turned out that
17
+  the alignment is broken which in the end broke the repartition
18
+  process in the first boot of an oem install image. The code is
19
+  now fixed to work properly on any storage device (bnc #729636)
20
+  
21
+-------------------------------------------------------------------
22
+Thu Nov 10 11:14:28 CET 2011 - ms@suse.de
23
+  
24
+- fixed parameter quoting in setupBootLoader (bnc #729315)
25
+  
26
+-------------------------------------------------------------------
27
+Wed Nov  9 16:59:03 CET 2011 - ms@suse.de
28
+  
29
+- make sure partedSectorInit() comes up with an initial value for
30
+  the start sector if the partition table is empty (bnc #729251)
31
+  
32
+-------------------------------------------------------------------
33
+Tue Nov  8 16:46:31 CET 2011 - ms@suse.de
34
+  
35
+- fixed setLogFile path writable check (bnc #728885)
36
+  
37
+-------------------------------------------------------------------
38
+Tue Nov  8 16:18:06 CET 2011 - ms@suse.de
39
+  
40
+- removed dead code in iso boot code due to the removal of
41
+  the swap file support (bnc #728645)
42
+  
43
+-------------------------------------------------------------------
44
+Tue Nov  8 15:28:32 CET 2011 - ms@suse.de
45
+  
46
+- added options --xattrs and --acls when using rsync
47
+  
48
+-------------------------------------------------------------------
49
+Tue Nov  8 11:47:16 CET 2011 - ms@suse.de
50
+  
51
+- use mktemp to create tmp dir in setupInstallFlags
52
+  
53
+-------------------------------------------------------------------
54
+Tue Nov  8 10:21:04 CET 2011 - ms@suse.de
55
+  
56
+- v4.98.15 released
57
+  
58
+-------------------------------------------------------------------
59
+Mon Nov  7 12:46:53 CET 2011 - ms@suse.de
60
+  
61
+- make sure importFile() stays backward compatible and ensures
62
+  proper quoting. Also make sure the prefixed variable copy is
63
+  only created if a prefix was set (bnc #728357)
64
+  
65
+-------------------------------------------------------------------
66
+Mon Nov  7 11:49:26 CET 2011 - ms@suse.de
67
+  
68
+- switch from tar to rsync based copies. Reason for the change is
69
+  because tar doesn't support file attributes like xattr,acls
70
+  and fscaps (bnc #728312)
71
+  
72
+-------------------------------------------------------------------
73
+Mon Nov  7 09:30:11 CET 2011 - ms@suse.de
74
+  
75
+- don't create a swap file if no swap partition can be found in
76
+  the live iso boot code. people complained about the creation
77
+  of swap files while this is not expected.
78
+  
79
+-------------------------------------------------------------------
80
+Sun Nov  6 20:35:13 CET 2011 - ms@suse.de
81
+  
82
+- fixed setupNetworkInterfaceS390 qeth_configure execution
83
+- added setupNetworkInterfaceS390 to s390 netboot preinit
84
+  to create the relevant udev rules
85
+  
86
+-------------------------------------------------------------------
87
+Thu Nov  3 12:24:20 CET 2011 - ms@suse.de
88
+  
89
+- v4.98.14 released
90
+  
91
+-------------------------------------------------------------------
92
+Thu Nov  3 11:35:37 CET 2011 - ms@suse.de
93
+  
94
+- fixed check for empty variable in shell code
95
+  
96
+-------------------------------------------------------------------
97
+Thu Nov  3 09:51:50 CET 2011 - ms@suse.de
98
+  
99
+- v4.98.13 released
100
+  
101
+-------------------------------------------------------------------
102
+Thu Nov  3 09:41:38 CET 2011 - ms@suse.de
103
+  
104
+- setupDefaultGateway uses route but route was not part of the initrd
105
+  
106
+-------------------------------------------------------------------
107
+Thu Nov  3 09:38:04 CET 2011 - ms@suse.de
108
+  
109
+- fdasdGetPartitionID uses awk but awk was not part of the initrd
110
+  
111
+-------------------------------------------------------------------
112
+Thu Nov  3 09:14:43 CET 2011 - ms@suse.de
113
+  
114
+- moved hook calls pre/postpartition outside of the block
115
+  which allows to skip the partition code via the hook
116
+  script
117
+  
118
+-------------------------------------------------------------------
119
+Wed Nov  2 12:10:29 CET 2011 - ms@suse.de
120
+  
121
+- fixed repartition code to create an aligned table (bnc #721580)
122
+  
123
+-------------------------------------------------------------------
124
+Mon Oct 31 16:49:05 CET 2011 - ms@suse.de
125
+  
126
+- setup PXE_IFACE interface only if PXE_IFACE exists in the
127
+  environment. When using zPXE this variable does not exist
128
+  
129
+-------------------------------------------------------------------
130
+Mon Oct 31 16:23:18 CET 2011 - ms@suse.de
131
+  
132
+- fixed setupNetworkStatic to write correct interface file
133
+  
134
+-------------------------------------------------------------------
135
+Mon Oct 31 16:13:05 CET 2011 - ms@suse.de
136
+  
137
+- removed static inittab and securetty overlay files from s390
138
+  JeOS template. The setup is done by setupConsole() in preinit
139
+  
140
+-------------------------------------------------------------------
141
+Mon Oct 31 16:09:35 CET 2011 - ms@suse.de
142
+  
143
+- call runPreinitServices in s390 netboot suse-preinit
144
+  
145
+-------------------------------------------------------------------
146
+Mon Oct 31 15:48:09 CET 2011 - ms@suse.de
147
+  
148
+- turn pxe PART info tranformation functions into a generic
149
+  and a fdasd specific function
150
+  
151
+-------------------------------------------------------------------
152
+Mon Oct 31 15:38:51 CET 2011 - ms@suse.de
153
+  
154
+- added pxePartitionInputS390 suitable for use with fdasd
155
+  
156
+-------------------------------------------------------------------
157
+Mon Oct 31 15:04:13 CET 2011 - ms@suse.de
158
+  
159
+- added pxeRaidPartitionInputS390 suitable for use with fdasd
160
+  
161
+-------------------------------------------------------------------
162
+Mon Oct 31 10:24:10 CET 2011 - ms@suse.de
163
+  
164
+- v4.98.12 released
165
+  
166
+-------------------------------------------------------------------
167
+Mon Oct 31 09:52:52 CET 2011 - ms@suse.de
168
+  
169
+- s390 netboot:
170
+* make sure the VTOC table is created prior to any fdasd call
171
+* make sure searchBusIDBootDevice is called to set the device
172
+  in $DISK online by a custom DEVICE_INIT command
173
+  
174
+-------------------------------------------------------------------
175
+Mon Oct 31 09:52:22 CET 2011 - ms@suse.de
176
+  
177
+- added support for custom s390 device init command in the
178
+  searchBusIDBootDevice function. This is required if the s390
179
+  client was not booted by an ipl command but e.g. via zPXE
180
+  
181
+-------------------------------------------------------------------
182
+Sun Oct 30 20:37:49 CET 2011 - ms@suse.de
183
+  
184
+- fixed migration code:
185
+* fixed creation of URL list from zypper information
186
+* write current schema version (5.3) XML
187
+* fixed creation of KIWISatSolver objects
188
+  
189
+-------------------------------------------------------------------
190
+Sat Oct 29 22:42:36 CEST 2011 - ms@suse.de
191
+  
192
+- added support for Microsoft Hyper-V machine image format
193
+  <type ... format="vpc"/>. This requires a qemu version
194
+  which supports the vpc format conversion (fate# 309765)
195
+  
196
+-------------------------------------------------------------------
197
+Sat Oct 29 22:34:28 CEST 2011 - ms@suse.de
198
+  
199
+- fixed migration module to work again. Added 11.4 and 12.1 paths
200
+  and make sure the global object pointer is there when it is
201
[-] Changed kiwi.spec ^
137
 
1
@@ -17,7 +17,7 @@
2
 
3
 # needsrootforbuild
4
 
5
-Url:            http://kiwi.berlios.de
6
+Url:            http://github.com/openSUSE/kiwi
7
 
8
 Name:           kiwi
9
 BuildRequires:  perl-Config-IniFiles perl-XML-LibXML perl-libwww-perl
10
@@ -55,11 +55,11 @@
11
 Requires:       perl = %{perl_version}
12
 Requires:       perl-XML-LibXML perl-libwww-perl screen coreutils
13
 Requires:       perl-XML-LibXML-Common perl-XML-SAX perl-Config-IniFiles
14
-Requires:       kiwi-tools libxslt checkmedia util-linux
15
+Requires:       kiwi-tools libxslt checkmedia util-linux rsync
16
 %if %{suse_version} > 1030
17
 Requires:       satsolver-tools
18
 %endif
19
-%if %{suse_version} > 1130
20
+%if %{suse_version} > 1140
21
 Requires:       perl-satsolver >= 0.42
22
 %endif
23
 %ifarch %ix86 x86_64
24
@@ -69,7 +69,7 @@
25
 %endif
26
 %endif
27
 Summary:        OpenSuSE - KIWI Image System
28
-Version:        4.94.1
29
+Version:        4.98.15
30
 Release:        1
31
 Group:          System/Management
32
 License:        GPLv2
33
@@ -221,7 +221,7 @@
34
     Marcus Schaefer <ms@novell.com>
35
 %endif
36
 
37
-%ifarch %ix86 x86_64 ppc ppc64
38
+%ifarch %ix86 x86_64 ppc ppc64 s390 s390x
39
 
40
 %package -n kiwi-desc-netboot
41
 License:        GPLv2+
42
@@ -299,6 +299,31 @@
43
     Marcus Schaefer
44
 %endif
45
 
46
+%ifarch %ix86 x86_64 ppc ppc64 s390 s390x
47
+
48
+%package -n kiwi-media-requires
49
+License:        GPL v2.0 or later
50
+Summary:        OpenSuSE - packages which should be part of the DVD
51
+Group:          System/Management
52
+%if 0%{?suse_version} > 1120
53
+BuildArch:      noarch
54
+%endif
55
+Recommends:     busybox
56
+Recommends:     atftp
57
+Recommends:     gfxboot
58
+Recommends:     memtest86+
59
+
60
+%description -n kiwi-media-requires
61
+This package recommends a set of packages which should be part of
62
+the DVD distribution. Some kiwi system/boot templates references
63
+those packages and it is assumed that they are part of the 
64
+distributed source media (DVD)
65
+
66
+Authors:
67
+--------
68
+    Marcus Schaefer
69
+%endif
70
+
71
 %prep
72
 %setup -n %name -a2 -a3
73
 
74
@@ -362,6 +387,8 @@
75
    fi
76
 %endif
77
 
78
+%ifarch %ix86 x86_64 ppc ppc64 s390 s390x
79
+
80
 %post -n kiwi-templates
81
 #============================================================
82
 # Clean up old old template directories if the exists
83
@@ -369,6 +396,7 @@
84
 for dist in ${oldDists[@]};do
85
    rm -rf /usr/share/kiwi/image/suse-$dist-JeOS
86
 done
87
+%endif
88
 
89
 %clean
90
 rm -rf $RPM_BUILD_ROOT
91
@@ -418,13 +446,13 @@
92
 %files -n kiwi-doc
93
 %defattr(-, root, root)
94
 %dir %{_defaultdocdir}/kiwi
95
-%doc %{_defaultdocdir}/kiwi/COPYING
96
-%doc %{_defaultdocdir}/kiwi/examples
97
-%doc %{_defaultdocdir}/kiwi/images
98
-%doc %{_defaultdocdir}/kiwi/kiwi.pdf
99
-%doc %{_defaultdocdir}/kiwi/kiwi.html
100
-%doc %{_defaultdocdir}/kiwi/susebooks.css
101
-%doc %{_defaultdocdir}/kiwi/schema
102
+%{_defaultdocdir}/kiwi/COPYING
103
+%{_defaultdocdir}/kiwi/examples
104
+%{_defaultdocdir}/kiwi/images
105
+%{_defaultdocdir}/kiwi/kiwi.pdf
106
+%{_defaultdocdir}/kiwi/kiwi.html
107
+%{_defaultdocdir}/kiwi/susebooks.css
108
+%{_defaultdocdir}/kiwi/schema
109
 #=================================================
110
 # KIWI instsource...      
111
 #-------------------------------------------------
112
@@ -480,9 +508,10 @@
113
 %dir %{_datadir}/kiwi/image/vmxboot
114
 %doc %{_datadir}/kiwi/image/vmxboot/README
115
 %{_datadir}/kiwi/image/vmxboot/suse*
116
+%{_datadir}/kiwi/image/vmxboot/rhel*
117
 %endif
118
 
119
-%ifarch %ix86 x86_64 ppc ppc64
120
+%ifarch %ix86 x86_64 ppc ppc64 s390 s390x
121
 
122
 %files -n kiwi-desc-netboot
123
 %defattr(-, root, root)
124
@@ -521,5 +550,12 @@
125
 
126
 %endif
127
 
128
+%ifarch %ix86 x86_64 ppc ppc64 s390 s390x
129
+
130
+%files -n kiwi-media-requires
131
+%defattr(-, root, root)
132
+%dir %{_defaultdocdir}/kiwi
133
+
134
+%endif
135
 
136
 %changelog
137
Changed kiwi-docu.tar.bz2 ^
Changed kiwi-repo.tar.bz2 ^
[+] Changed kiwi.tar.bz2/.revision ^
[+] Changed kiwi.tar.bz2/Makefile ^
[+] Deleted kiwi.tar.bz2/README ^
[+] Added kiwi.tar.bz2/README.mkd ^
[+] Changed kiwi.tar.bz2/kiwi.pl ^
[+] Changed kiwi.tar.bz2/locale/ar/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/cs/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/de/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/el/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/es/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/fi/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/fr/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/hu/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/it/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/ja/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/ko/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/nl/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/pl/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/pt_BR/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/ru/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/sv/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/tr/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/uk/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/zh_CN/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/locale/zh_TW/LC_MESSAGES/kiwi.po ^
[+] Changed kiwi.tar.bz2/modules/KIWIBoot.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWICache.kiwi ^
[+] Changed kiwi.tar.bz2/modules/KIWICache.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWICollect.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWICommandLine.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWIConfig.sh ^
[+] Changed kiwi.tar.bz2/modules/KIWIEC2Region.txt ^
[+] Changed kiwi.tar.bz2/modules/KIWIGlobals.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWIImage.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWIImageCreator.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWIImageFormat.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWIIsoLinux.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWILinuxRC.sh ^
[+] Changed kiwi.tar.bz2/modules/KIWILocator.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWILog.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWIManager.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWIMigrate.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWIMigrate.txt ^
[+] Changed kiwi.tar.bz2/modules/KIWIOverlay.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWIRoot.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWIRuntimeChecker.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWISchema.rnc ^
[+] Changed kiwi.tar.bz2/modules/KIWISchema.rng ^
[+] Changed kiwi.tar.bz2/modules/KIWIXML.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWIXMLInfo.pm ^
[+] Changed kiwi.tar.bz2/modules/KIWIXMLValidator.pm ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/isoboot/rhel-05.4/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/isoboot/rhel-linuxrc ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/isoboot/rhel-preinit ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/isoboot/suse-11.3/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/isoboot/suse-11.4/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/isoboot/suse-12.1/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/isoboot/suse-SLED10/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/isoboot/suse-SLED11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/isoboot/suse-SLES10/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/isoboot/suse-SLES11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/isoboot/suse-linuxrc ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/isoboot/suse-preinit ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/netboot/suse-11.3/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/netboot/suse-11.4/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/netboot/suse-12.1/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/netboot/suse-SLED10/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/netboot/suse-SLED11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/netboot/suse-SLES10/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/netboot/suse-SLES11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/netboot/suse-linuxrc ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/netboot/suse-preinit ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/oemboot/suse-11.3/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/oemboot/suse-11.4/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/oemboot/suse-12.1/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/oemboot/suse-SLED10/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/oemboot/suse-SLED11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/oemboot/suse-SLES10/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/oemboot/suse-SLES11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/oemboot/suse-dump ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/oemboot/suse-linuxrc ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/oemboot/suse-preinit ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/oemboot/suse-repart ^
[+] Added kiwi.tar.bz2/system/boot/ix86/vmxboot/rhel-05.4 ^
[+] Added kiwi.tar.bz2/system/boot/ix86/vmxboot/rhel-05.4/config.sh ^
[+] Added kiwi.tar.bz2/system/boot/ix86/vmxboot/rhel-05.4/config.xml ^
[+] Added kiwi.tar.bz2/system/boot/ix86/vmxboot/rhel-05.4/images.sh ^
[+] Added kiwi.tar.bz2/system/boot/ix86/vmxboot/rhel-05.4/root ^
[+] Added kiwi.tar.bz2/system/boot/ix86/vmxboot/rhel-05.4/root/include ^
[+] Added kiwi.tar.bz2/system/boot/ix86/vmxboot/rhel-05.4/root/linuxrc ^
[+] Added kiwi.tar.bz2/system/boot/ix86/vmxboot/rhel-05.4/root/preinit ^
[+] Added kiwi.tar.bz2/system/boot/ix86/vmxboot/rhel-linuxrc ^
[+] Added kiwi.tar.bz2/system/boot/ix86/vmxboot/rhel-preinit ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/vmxboot/suse-11.3/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/vmxboot/suse-11.4/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/vmxboot/suse-12.1/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/vmxboot/suse-SLED10/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/vmxboot/suse-SLED11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/vmxboot/suse-SLES10/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/vmxboot/suse-SLES11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/vmxboot/suse-linuxrc ^
[+] Changed kiwi.tar.bz2/system/boot/ix86/vmxboot/suse-preinit ^
[+] Changed kiwi.tar.bz2/system/boot/ppc/netboot/suse-SLES11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ppc/netboot/suse-linuxrc ^
[+] Changed kiwi.tar.bz2/system/boot/ppc/netboot/suse-preinit ^
[+] Changed kiwi.tar.bz2/system/boot/ppc/oemboot/suse-SLES11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ppc/oemboot/suse-dump ^
[+] Changed kiwi.tar.bz2/system/boot/ppc/oemboot/suse-linuxrc ^
[+] Changed kiwi.tar.bz2/system/boot/ppc/oemboot/suse-preinit ^
[+] Changed kiwi.tar.bz2/system/boot/ppc/oemboot/suse-repart ^
[+] Changed kiwi.tar.bz2/system/boot/ppc/vmxboot/suse-SLES11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/ppc/vmxboot/suse-linuxrc ^
[+] Changed kiwi.tar.bz2/system/boot/ppc/vmxboot/suse-preinit ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/README ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/suse-SLES11 ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/suse-SLES11/config.sh ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/suse-SLES11/config.xml ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/suse-SLES11/images.sh ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/suse-SLES11/root ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/suse-SLES11/root/etc ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/suse-SLES11/root/etc/modprobe.conf.local ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/suse-SLES11/root/include ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/suse-SLES11/root/linuxrc ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/suse-SLES11/root/preinit ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/suse-linuxrc ^
[+] Added kiwi.tar.bz2/system/boot/s390/netboot/suse-preinit ^
[+] Changed kiwi.tar.bz2/system/boot/s390/oemboot/suse-SLES11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/s390/oemboot/suse-dump ^
[+] Changed kiwi.tar.bz2/system/boot/s390/oemboot/suse-linuxrc ^
[+] Changed kiwi.tar.bz2/system/boot/s390/oemboot/suse-preinit ^
[+] Changed kiwi.tar.bz2/system/boot/s390/oemboot/suse-repart ^
[+] Changed kiwi.tar.bz2/system/boot/s390/vmxboot/suse-SLES11/config.xml ^
[+] Changed kiwi.tar.bz2/system/boot/s390/vmxboot/suse-linuxrc ^
[+] Changed kiwi.tar.bz2/system/boot/s390/vmxboot/suse-preinit ^
[+] Changed kiwi.tar.bz2/template/ix86/rhel-05.4-JeOS/config.xml ^
[+] Added kiwi.tar.bz2/template/ix86/rhel-05.4-JeOS/root/etc/login.defs ^
[+] Added kiwi.tar.bz2/template/ix86/rhel-05.4-JeOS/root/etc/selinux ^
[+] Added kiwi.tar.bz2/template/ix86/rhel-05.4-JeOS/root/etc/selinux/config ^
[+] Added kiwi.tar.bz2/template/ix86/rhel-05.4-JeOS/root/etc/sysconfig ^
[+] Added kiwi.tar.bz2/template/ix86/rhel-05.4-JeOS/root/etc/sysconfig/authconfig ^
[+] Added kiwi.tar.bz2/template/ix86/rhel-05.4-JeOS/root/etc/sysconfig/network ^
Changed kiwi.tar.bz2/template/ix86/rhel-05.4-JeOS/root/fastboot ^
[+] Changed kiwi.tar.bz2/template/ix86/suse-11.3-JeOS/config.xml ^
[+] Changed kiwi.tar.bz2/template/ix86/suse-11.4-JeOS/config.xml ^
[+] Changed kiwi.tar.bz2/template/ix86/suse-12.1-JeOS/config.xml ^
[+] Changed kiwi.tar.bz2/template/ix86/suse-SLE10-JeOS/config.xml ^
[+] Changed kiwi.tar.bz2/template/ix86/suse-SLE11-JeOS/config.xml ^
[+] Changed kiwi.tar.bz2/template/ppc/suse-SLE11-JeOS/config.xml ^
[+] Changed kiwi.tar.bz2/template/s390/suse-SLE11-JeOS/config.xml ^
[+] Deleted kiwi.tar.bz2/template/s390/suse-SLE11-JeOS/root/etc/init.d/kiwi/virtio ^
[+] Deleted kiwi.tar.bz2/template/s390/suse-SLE11-JeOS/root/etc/init.d/kiwi/virtio/01-console.sh ^
[+] Deleted kiwi.tar.bz2/template/s390/suse-SLE11-JeOS/root/etc/init.d/kiwi/virtio/inittab ^
[+] Deleted kiwi.tar.bz2/template/s390/suse-SLE11-JeOS/root/etc/init.d/kiwi/virtio/securetty ^
[+] Changed kiwi.tar.bz2/tests/unit/KIWILocator.t ^
[+] Changed kiwi.tar.bz2/tests/unit/lib/Common/ktLog.pm ^
[+] Changed kiwi.tar.bz2/tests/unit/lib/Test/kiwiLocator.pm ^
[+] Changed kiwi.tar.bz2/tests/unit/lib/Test/kiwiRuntimeChecker.pm ^
[+] Changed kiwi.tar.bz2/tests/unit/lib/Test/kiwiXMLInfo.pm ^
[+] Changed kiwi.tar.bz2/tests/unit/lib/Test/kiwiXMLValidator.pm ^
[+] Added kiwi.tar.bz2/xsl/convert52to53.xsl ^
[+] Changed kiwi.tar.bz2/xsl/master.xsl ^