<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=GB2312" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-plain" wrap="true" graphical-quote="true"
 style="font-family: -moz-fixed; font-size: 16px;" lang="zh-CN">
<pre wrap=""> I am building a latest CentOS5 and every newest stuff is ready. All are
in directory "/linux/CentOS/5-respin/os/x86_64". My OS is CentOS5 too. I
want to add some other pictures during installation process, so anaconda
adjustment is needed.
When I run command "anaconda --test
--method=<a class="moz-txt-link-freetext"
 href="http://192.168.0.3/linux/CentOS/5-respin/os/x86_64">http://192.168.0.3/linux/CentOS/5-respin/os/x86_64</a>", a error message followed:
Traceback (most recent call last):
File "/usr/sbin/anaconda", line 702, in ?
for i in os.listdir("/mnt/runtime/usr/sbin"):
OSError: [Errno 2] There is no such file or directory:
'/mnt/runtime/usr/sbin'

I mkdir -p /mnt/runtime/usr/sbin,than it works.Followed the steps and configured to kickstart page, clicked "Next" button.There is a message said:
09:59:09 CRITICAL: Traceback (most recent call first):
  File "/usr/lib/anaconda/urlinstall.py", line 95, in systemMounted
    self.loopbackFile = "%s%s%s" % (chroot,
  File "/usr/lib/anaconda/yuminstall.py", line 1330, in doPreInstall
    if self.method.systemMounted (anaconda.id.fsset, anaconda.rootPath):
  File "/usr/lib/anaconda/backend.py", line 180, in doPreInstall
    anaconda.backend.doPreInstall(anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 201, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 124, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/gui.py", line 1018, in nextClicked
    self.anaconda.dispatch.gotoNext()
  File "/usr/lib/anaconda/iw/progress_gui.py", line 243, in renderCallback
    self.intf.icw.nextClicked()
  File "/usr/lib/anaconda/gui.py", line 1045, in handleRenderCallback
    self.currentWindow.renderCallback()
IndexError: list index out of range

Which option should I added? Did I forgot something else? Is there
anyway to fix it?
Thanks in advance.


</pre>
</div>
</body>
</html>