Skip to content

Commit cb80c65

Browse files
committed
Fixed s390 integration test
targettype attribute in wrong section
1 parent 34130b8 commit cb80c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tests/s390/tumbleweed/test-image-disk/appliance.kiwi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
</type>
3232
</preferences>
3333
<preferences profiles="Virtual_GPT">
34-
<type image="oem" filesystem="xfs" bootpartition="false" kernelcmdline="console=ttyS0" format="qcow2" targettype="GPT">
34+
<type image="oem" filesystem="xfs" bootpartition="false" kernelcmdline="console=ttyS0" format="qcow2">
3535
<oemconfig>
3636
<oem-resize>false</oem-resize>
3737
</oemconfig>
38-
<bootloader name="grub2_s390x_emu" console="serial" timeout="10"/>
38+
<bootloader name="grub2_s390x_emu" console="serial" timeout="10" targettype="GPT"/>
3939
</type>
4040
</preferences>
4141
<preferences profiles="Physical">

0 commit comments

Comments
 (0)