summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-03-04 21:21:54 -0600
committerDavid Lehman <dlehman@redhat.com>2009-03-04 21:21:54 -0600
commit42b55f58f2f8d9eb8be00de25e94cd73ad3f32eb (patch)
treec4b605346f5d355537f151558899e265cdbc5fea /yuminstall.py
parentaebfe492a2745de8df7ea79c6f6961ffac3caf0a (diff)
downloadanaconda-42b55f58f2f8d9eb8be00de25e94cd73ad3f32eb.tar.gz
anaconda-42b55f58f2f8d9eb8be00de25e94cd73ad3f32eb.tar.xz
anaconda-42b55f58f2f8d9eb8be00de25e94cd73ad3f32eb.zip
Add central methods to write out storage configuration.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py3
1 files changed, 1 insertions, 2 deletions
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)