From eedccfc121d10112cec364470cbf5beab20e18cb Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 21 Dec 2016 15:19:49 -0500 Subject: [PATCH] Disable passing network yaml v1 to curtin until ported to v2. --- subiquity/controllers/installprogress.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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))