From 42b55f58f2f8d9eb8be00de25e94cd73ad3f32eb Mon Sep 17 00:00:00 2001 From: David Lehman Date: Wed, 4 Mar 2009 21:21:54 -0600 Subject: Add central methods to write out storage configuration. --- yuminstall.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'yuminstall.py') diff --git a/yuminstall.py b/yuminstall.py index f30d7aa67..4135815b8 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1497,8 +1497,7 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon shutil.copyfile("/etc/modprobe.d/anaconda", anaconda.rootPath + "/etc/modprobe.d/anaconda") anaconda.id.network.write(instPath=anaconda.rootPath, anaconda=anaconda) - anaconda.id.storage.iscsi.write(anaconda.rootPath, anaconda) - anaconda.id.storage.zfcp.write(anaconda.rootPath) + anaconda.id.storage.write(anaconda.rootPath) if not anaconda.id.isHeadless: anaconda.id.keyboard.write(anaconda.rootPath) -- cgit