In my first attempts to hack anaconda, I have stumbled upon this. Please help and salvage... The system cannot seem to mount /mnt/sysimage, which it is supposed to do autmagically?? I am not aware of the mounts done by anaconda .. [root@winme anaconda-7.2]# ./anaconda --test --kickstart=/root/anaconda-ks.cfg --method=cdrom://mnt/cdrom Probing for video card: ATI Mach64 Probing for monitor type: Unable to probe Skipping mouse probe. Fetch from path = /cdrom/RedHat/base/hdlist scriptRoot = /mnt/sysimage Traceback (innermost last): File "./anaconda", line 620, in ? intf.run(id, dispatch, configFileData) File "./gui.py", line 350, in run self.icw.run (self.runres, configFileData) File "./gui.py", line 778, in run mainloop () File "/usr/lib/python1.5/site-packages/gtk.py", line 2608, in mainloop _gtk.gtk_main() File "./gui.py", line 497, in handleRenderCallback self.currentWindow.renderCallback() File "iw/progress_gui.py", line 135, in renderCallback self.intf.icw.nextClicked() File "./gui.py", line 399, in nextClicked self.dispatch.gotoNext() File "./dispatch.py", line 143, in gotoNext self.moveStep() File "./dispatch.py", line 208, in moveStep rc = apply(func, self.bindArgs(args)) File "./packages.py", line 50, in doPostAction id.instClass.postAction(instPath, flags.serial) File "./kickstart.py", line 50, in postAction script.run(rootPath, serial) File "./kickstart.py", line 30, in run f = open(path, "w") IOError: [Errno 20] Not a directory: '/mnt/sysimage/tmp/ks-script' [shourya@winme ~]$ Shourya