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=http://192.168.0.3/linux/CentOS/5-respin/os/x86_64", 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080605/0ab2134e/attachment-0004.html>