summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorHans de Goede <hans@localhost.localdomain>2008-09-15 10:27:58 +0200
committerHans de Goede <hans@localhost.localdomain>2008-09-15 10:27:58 +0200
commit5a9428a2eb003e42ac76d774b9f976df313ca179 (patch)
treec664931a816e238a2dbb148d1548d842ee875c4e /kickstart.py
parent3d43330b33ca6e802b287afb552409fac7e0de51 (diff)
downloadanaconda-5a9428a2eb003e42ac76d774b9f976df313ca179.tar.gz
anaconda-5a9428a2eb003e42ac76d774b9f976df313ca179.tar.xz
anaconda-5a9428a2eb003e42ac76d774b9f976df313ca179.zip
Make iBFT reading explicit from a higher level
Make iBFT reading explicit from a higher level, so the target list doesn't get obliterated in the anaconda.id.reset() path. Forward port from rhel-5 patch by pjones, commit id: 0c566de27f4beb311baef2c49761924ced188da2
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kickstart.py b/kickstart.py
index c872feb03..1a7fda5d7 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -281,6 +281,7 @@ class IscsiName(commands.iscsiname.FC6_IscsiName):
commands.iscsiname.FC6_IscsiName.parse(self, args)
self.handler.id.iscsi.initiator = self.iscsiname
+ self.handler.id.iscsi.startIBFT()
self.handler.id.iscsi.startup()
# FIXME: flush the drive dict so we figure drives out again
isys.flushDriveDict()