[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 7/8] The iSCSI and ZFCP write methods have moved into the storage module.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 7/8] The iSCSI and ZFCP write methods have moved into the storage module.
- Date: Wed, 4 Mar 2009 10:39:26 -0500
---
yuminstall.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/yuminstall.py b/yuminstall.py
index eb69e2b..f30d7aa 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)
--
1.6.1.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]