Description of problem: Anaconda fails to run due to unknown "--livecd" option Version-Release number of selected component (if applicable): kadischi 0.1 anaconda 10.90.20 How reproducible: 100% Steps to Reproduce: # kadischi http://shuttle/fc5/i386 /tmp/andy.iso Actual results: Starting kadischi... Parsing command line arguments Checking UID Using buildstamp file /etc/kadischi/buildstamp. Product path set to Fedora. Now we are going to try to validate your repository (for now, only http, ftp and local repositories can be checked) URL http://shuttle/fc5/i386 contacted. OK URL http://shuttle/fc5/i386/Fedora contacted. OK URL http://shuttle/fc5/i386/Fedora/base contacted. OK URL http://shuttle/fc5/i386/Fedora/RPMS contacted. OK Repository seems to be OK. Checking required packages Looking for config file Loadnig config file options *** running anaconda *** Error bad argument --livecd: unknown option : *** Fatal error: anaconda returned non zero (65280) exit code. Aborting execution. Cleaning up temporary files... Done.
Ok, so I didn't notice I needed to do patch -b /usr/sbin/anaconda /usr/local/share/kadischi/patches/anaconda.patch patch -b /usr/lib/anaconda/flags.py /usr/local/share/kadischi/patches/flags.py.patch one of the hunks woulnd't apply, purely cosmetic change to anaconda so added it manually, I do now get anaconda starting ...
Yeah you gotta apply those patches or the whole system is defunct with Kadischi I was the mainatainer for several years its a lot of Pythonee code.