Manilal K M wrote:
Hello everybody,
I am trying to customize anaconda and make a single CD distro of
FC-4. I have reduced the no of packages so that it fits into one CD. I
have run the folowing commands:
1. /usr/lib/anaconda-runtime/genhdlist --withnumbers
--productpath=Kairali /home/kairali-1.2/i386/
2. python /usr/share/comps-extras/getfullcomps.py comps.xml
/home/kairali-1.2 i386 > /dev/null
3. export PYTHONPATH=/usr/lib/anaconda
4. /usr/lib/anaconda-runtime/pkgorder /home/kairali-1.2/i386 i386
Kairali| tee /home/kairali-1.2/pkgorder.txt
5. /usr/lib/anaconda-runtime/buildinstall --comp dist-9 --pkgorder
/home/kairali-1.2/pkgorder.txt --version 1.2 --product 'Kairali
GNU/Linux 1.2' --release 1 --prodpath Kairali --discs 1
/home/kairali-1.2/i386
6. mkisofs -b isolinux/isolinux.bin -c isolinux/boot.cat -J -p
"ost@xxxxxxxx" -V "Kairali GNU/Linux 1.2" -r -T -v -A "Kairali
GNU/Linux 1.2" -o kairali_12.iso -no-emul-boot -boot-load-size 4
-boot-info-table -l i386
after this I burned the CD into a CDROM and get it boot. Everything
seems OK. but once the anaconda is started the following error
occured:
"Running anaconda, the Kairali GNU/Linux 1.2 System installer.
Exec of anaconda failed : No such file or directory
install terminated abnormally"
I don't know how this error occured. If any one of you have came
across such an erro please reply. Also check whether I have missed up
some commands/process.
regards
Manilal
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
You might want to check Oisin Mulvihill's response to my (very similar
post) on Friday.... Archived at:
https://www.redhat.com/archives/anaconda-devel-list/2005-August/msg00049.html
Note, I am working with FC3, but the FC4 should be very similar.