[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RHEL 5 Installation
- From: "Prasanna Mumbai" <mumbai prasanna gmail com>
- To: anaconda-devel-list redhat com
- Subject: RHEL 5 Installation
- Date: Mon, 26 Mar 2007 13:21:47 -0700
Hi,
i added a line in "self.anaconda.id.iscsi.addtarget(ip,port)" at the start of "function PartitionTypeWindow.__call__"
in file "lib/anaconda/textw/partition_text.py" which does the iSCSI Discovery and outputs the Target Name in tty5 properly.
But the "Partitioning Type" dialog which is displayed does not contain any Drives . If we refresh this dialog by pressing "Back" button and then coming to the same window, i can see the "sda" device.
Do i need to add some other statement after the line what i add?
my code looks like:
Class PartitionTypeWindow:
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]