<p><strong>Description of problem:</strong></p>
<p>We use RHEL 6 (snapshot 7) for unattended OS deployment. In the ks.cfg, we used<br>python in %pre section to find hard disk. The python module "kudzu" is not find<br>in RHEL6, which we where using for all our unattended deployments. Also we used <br>
doGetBiosDisk function from isys module to find the bios boot disk. This<br>function also seems deprecated. Please suggest the alternate for kudzu module<br>and doGetBiosDisk.</p>
<p><strong>Code Snippet:</strong></p>
<p>>>><br>%pre --interpreter=/usr/bin/python<br>import kudzu,string,sys<br>...<br>...<br>bootDisk=isys.doGetBiosDisk("80")<br>disks=kudzu.probe(kudzu.CLASS_HD,kudzu.BUS_UNSPEC,kudzu.PROBE_ALL)<br>>></p>

<p><strong>Version-Release number:<br></strong>RedHat EL 6 (snapshot 7)<br>anaconda-13.21.56-1.el6<br> <br>Any help is highly appreciated.</p>
<p>Thanks,<br>Sashi.</p>