summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-04 10:12:29 -0500
committerChris Lumens <clumens@redhat.com>2009-03-04 15:33:27 -0500
commitdc45f089c48665590890325e7aaebd67b2285c4a (patch)
tree97024019d06580e9954e530ccce0201f63c63924 /yuminstall.py
parent4b45614b8b822f3a30270191501b15387af41ac2 (diff)
downloadanaconda-dc45f089c48665590890325e7aaebd67b2285c4a.tar.gz
anaconda-dc45f089c48665590890325e7aaebd67b2285c4a.tar.xz
anaconda-dc45f089c48665590890325e7aaebd67b2285c4a.zip
Handle write and writeKS for the iSCSI and ZFCP modules.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yuminstall.py b/yuminstall.py
index eb69e2bfc..f30d7aa67 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1497,8 +1497,8 @@ 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.iscsi.write(anaconda.rootPath, anaconda)
- anaconda.id.zfcp.write(anaconda.rootPath)
+ anaconda.id.storage.iscsi.write(anaconda.rootPath, anaconda)
+ anaconda.id.storage.zfcp.write(anaconda.rootPath)
if not anaconda.id.isHeadless:
anaconda.id.keyboard.write(anaconda.rootPath)