[virt-tools-list] [virt-install PATCH 1/3] installer: Don't call _cleanup() when starting an installation
Fabiano Fidêncio
fidencio at redhat.com
Wed Feb 6 13:21:29 UTC 2019
Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
virtinst/installer.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/virtinst/installer.py b/virtinst/installer.py
index 5b2a6cdf..e3ccfa42 100644
--- a/virtinst/installer.py
+++ b/virtinst/installer.py
@@ -397,7 +397,6 @@ class Installer(object):
self.set_install_defaults(guest)
try:
- self._cleanup(guest)
self._prepare(guest, meter)
if not dry:
--
2.20.1
More information about the virt-tools-list
mailing list