Hello,
I had installed kadishci  accotding to the doc.
 I am running kadishci like thus:
kadischi http://mirrors.kernel.org/fedora/core/4/i386/os/ /work/livecd/fedora-live.iso

And I am getting the following error (it seems to me at the last stage of its work):
........
........
running post installation scripts
/usr/local/share/kadischi/post_install_scripts/01umountproc.sh
/usr/local/share/kadischi/post_install_scripts/02install.sh
/usr/local/share/kadischi/post_install_scripts/03fstab.py
Traceback (most recent call last):
  File "/usr/local/share/kadischi/post_install_scripts/03fstab.py", line 12, in ?
    if (line[0] != '#') and (line != '\n') and (line.find('swap') == -1) and (line.rsplit() [1] != '/'):
AttributeError: 'str' object has no attribute 'rsplit'
Traceback (most recent call last):
  File "/usr/local/share/kadischi/kadischi.py", line 248, in ?
    run ("%s %s" % (script, sysdir), builddir)
  File "/usr/local/share/kadischi/lib/functions.py", line 112, in run
    flc_log ('\n  ***  Fatal error: %s returned non zero (%s) exit code. Aborting execution.\n' % (command.rsplit() [0], rc))
AttributeError: 'str' object has no attribute 'rsplit'

........
........

Any idea why ?

Regards,
Rami