Public bug reported:
Hi,
running uvtool on s390 I found that with just a slightly custom template things
would work there as well.
I like in general that the template is slim and leaves most things just at
defaults, but s390 can't provide a isa serial and a video.
So the diff to make s390x work would be:
--- /usr/share/uvtool/libvirt/template.xml 2015-04-13 16:32:11.000000000
+0000
+++ s390-template.xml 2016-09-16 08:00:36.359676789 +0000
@@ -13,13 +13,10 @@
<source network='default'/>
<model type='virtio'/>
</interface>
- <serial type='pty'>
+ <console type='pty' tty='/dev/pts/3'>
<source path='/dev/pts/3'/>
- <target port='0'/>
- </serial>
- <graphics type='vnc' autoport='yes' listen='127.0.0.1'>
- <listen type='address' address='127.0.0.1'/>
- </graphics>
- <video/>
+ <target type='sclp' port='0'/>
+ <alias name='console0'/>
+ </console>
</devices>
</domain>
In case you ever get to do any arch split in template selection that
should get you going.
** Affects: uvtool (Ubuntu)
Importance: Undecided
Status: New
** Summary changed:
- s390 needs a different template
+ s390x needs a different template
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1624260
Title:
s390x needs a different template
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uvtool/+bug/1624260/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs