<div dir="ltr">Hi Cole && Leno,<div>     I have also tested this patch and works fine with me~I think it is a proper way, could you help to merge patch ? </div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-26 16:10 GMT+08:00 Leno Hou <span dir="ltr"><<a href="mailto:lenohou@gmail.com" target="_blank">lenohou@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Signed-off-by: Leno Hou <<a href="mailto:lenohou@gmail.com">lenohou@gmail.com</a>><br>
CC: Kevin Zhao <<a href="mailto:kevin.zhaoshuai@gmail.com">kevin.zhaoshuai@gmail.com</a>><br>
---<br>
</span> virtinst/urlfetcher.py | 5 +++++<br>
 1 file changed, 5 insertions(+)<br>
<br>
diff --git a/virtinst/urlfetcher.py b/virtinst/urlfetcher.py<br>
index 7f9da64..e329902 100644<br>
--- a/virtinst/urlfetcher.py<br>
+++ b/virtinst/urlfetcher.py<br>
@@ -1169,6 +1169,11 @@ class UbuntuDistro(DebianDistro):<br>
<div class="HOEnZb"><div class="h5">             self._set_media_paths()<br>
             filename = "%s/netboot/<a href="http://version.info" rel="noreferrer" target="_blank">version.info</a>" % self._url_prefix<br>
             regex = "%s*" % <a href="http://self.name" rel="noreferrer" target="_blank">self.name</a><br>
+        elif self.fetcher.hasFile(".disk/info") and self.arch == "s390x":<br>
+            self._hvm_kernel_paths += [("boot/kernel.ubuntu", "boot/initrd.ubuntu")]<br>
+            self._xen_kernel_paths += [("boot/kernel.ubuntu", "boot/initrd.ubuntu")]<br>
+            filename = ".disk/info"<br>
+            regex = "%s*" % <a href="http://self.name" rel="noreferrer" target="_blank">self.name</a><br>
         else:<br>
             return False<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
1.9.1<br>
<br>
</font></span></blockquote></div><br></div>