diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-09-19 19:09:14 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-09-19 19:09:14 +0000 |
commit | 4ee8f85a02dc6797cdaa281ac4ec6a8b4e5c0e0d (patch) | |
tree | 9904fe731a3da68119b6430f73e0c8928a6a8350 /yuminstall.py | |
parent | 5aff3ac0510d8075206eb8de2efaca6044601f8b (diff) | |
download | anaconda-4ee8f85a02dc6797cdaa281ac4ec6a8b4e5c0e0d.tar.gz anaconda-4ee8f85a02dc6797cdaa281ac4ec6a8b4e5c0e0d.tar.xz anaconda-4ee8f85a02dc6797cdaa281ac4ec6a8b4e5c0e0d.zip |
2006-09-19 Jeremy Katz <katzj@redhat.com>
* partitioning.py (partitionObjectsInitialize): Shutdown/startup
zfcp devs here
* yuminstall.py (YumBackend.doPreInstall): Remove spurious
zfcp.conf copy
* zfcp.py: Massive reworking to work better with new UI
* ui/zfcp-config.glade: ZFCP config dialog
* iw/autopart_type.py: Use zfcp config dialog (#204145)
* installclass.py (BaseInstallClass.setSteps): Remove explicit
zfcp step
* dispatch.py (installSteps): Likewise.
Diffstat (limited to 'yuminstall.py')
-rw-r--r-- | yuminstall.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/yuminstall.py b/yuminstall.py index 041efac8f..0e8366587 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1114,9 +1114,6 @@ class YumBackend(AnacondaBackend): if os.access("/tmp/modprobe.conf", os.R_OK): shutil.copyfile("/tmp/modprobe.conf", anaconda.rootPath + "/etc/modprobe.conf") - if os.access("/tmp/zfcp.conf", os.R_OK): - shutil.copyfile("/tmp/zfcp.conf", - anaconda.rootPath + "/etc/zfcp.conf") anaconda.id.network.write(anaconda.rootPath) anaconda.id.iscsi.write(anaconda.rootPath) anaconda.id.zfcp.write(anaconda.rootPath) |