summaryrefslogtreecommitdiff
path: root/virtinst
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2018-03-29 14:15:55 -0400
committerCole Robinson <crobinso@redhat.com>2018-03-29 16:23:57 -0400
commit54066e1315d8fb5eaa0cda6506dda16c2553bc70 (patch)
tree8b8f83ef6cf977509bfbddf3ed694db79d740d03 /virtinst
parent1f8b7125087310e56baae55689419475cea1c4e9 (diff)
downloadvirt-manager-54066e1315d8fb5eaa0cda6506dda16c2553bc70.tar.gz
urldetect: Drop ubuntu _is_tree_iso
It's not wired up to anything which looks like it got dropped in an older refactoring. I can't find from the mailing list what media case this was required for, and my local test suite doesn't need it, so it might not even be required anymore.
Diffstat (limited to 'virtinst')
-rw-r--r--virtinst/urldetect.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/virtinst/urldetect.py b/virtinst/urldetect.py
index 153097de..d7719f41 100644
--- a/virtinst/urldetect.py
+++ b/virtinst/urldetect.py
@@ -823,17 +823,6 @@ class UbuntuDistro(DebianDistro):
urldistro = "ubuntu"
_debname = "ubuntu"
- def _is_tree_iso(self):
- # For trees based on ISO's
- if not self._check_info("install/netboot/version.info"):
- return False
-
- self._url_prefix = "install"
- self._set_media_paths()
- self.os_variant = self._detect_debian_osdict_from_url()
-
- return True
-
def _is_install_cd(self):
# For install CDs
if not self._check_info(".disk/info"):