diff --git a/subiquity/controllers/installprogress.py b/subiquity/controllers/installprogress.py index c6cdccf5..dc1afac6 100644 --- a/subiquity/controllers/installprogress.py +++ b/subiquity/controllers/installprogress.py @@ -118,8 +118,7 @@ class InstallProgressController(BaseController): str(os.getpid()), ">", self.install_log] else: log.debug("Installprogress: this is the *REAL* thing") - configs = [CURTIN_CONFIGS['network'], - CURTIN_CONFIGS['storage']] + configs = [CURTIN_CONFIGS['storage']] curtin_cmd = curtin_install_cmd(configs) log.debug('Curtin install cmd: {}'.format(curtin_cmd))