Hi, I obtain this message form implant command: Inserting md5sum into iso image... md5 = 677b505db2a2a28c9d261f75a0e9b173 Setting supported flag to 0 Done! enrico Alle 12:55, giovedì 16 ottobre 2003, Alexander Rau ha scritto: > Are you trying to check to insert the md5 into the iso? Did implantisomd5 > work? > > I am not really sure why you are getting this message. I have made my > comps.xml with kickstart-tools http://kickstart-tools.sourceforge.net/ and > and used implantisomd5 with no problems. > > AR > > ----- Original Message ----- > From: "Enrico Fanti" e.fanti@xxxxxxxxxxxxx > To: "Alexander@Rau" <alex@xxxxxx>; <anaconda-devel-list@xxxxxxxxxx> > Sent: Thursday, October 16, 2003 3:57 AM > Subject: Re: Burning Customized CD RedHat 9 > > > Hi. > > I would like to know in particulary if my steps are OK or not, because I > noticed that when I execute > > /usr/lib/anaconda-runtime/checkisomd5 i386-disc.iso > > I obtain a "FAIL" message. > > I remember you I reduced the rpm packet's number to obtain only 1 CDROM, > and therefore I worked on comps.xml (using getfullcomps.py, and > "rpm --test --dbpath /tmp/testdb/ -Uvh *.rpm"). > > Thank you > Enrico > (Sorry for my english) > > Alle 19:51, mercoledì 15 ottobre 2003, Alexander@Rau ha scritto: > > I got this error from a malfunctioning CD/DVD-Rom drive. I switched the > > drives and it worked. > > > > AR > > > > ----- Original Message ----- > > From: "Enrico Fanti" <e.fanti@xxxxxxxxxxxxx> > > To: <anaconda-devel-list@xxxxxxxxxx> > > Sent: Wednesday, October 15, 2003 1:08 PM > > Subject: Burning Customized CD RedHat 9 > > > > > Hi to all. > > > > > > I have to burn customized CD RedHat 9 (one CD only). > > > > > > I followed the items described in various links: > > > http://www.techonthenet.com/linux/rh9_update.htm > > > http://256.com/gray/docs/rh_boot/ > > > .... > > > ..... > > > > > > Follow the list of commands I applied: > > > > > > > > > > > > > > > --export PYTHONPATH=/usr/lib/anaconda > > > > > > --export > > PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/lib/SUNJava2-1.4.1/bi > > >n > > > > :/usr/lib/SUNJava2-1.4.1/bin:/usr/lib/anaconda-runtime > > : > > > #cd /mydistro > > > --find /root/mydistro/i386 -name TRANS.TBL -exec rm -f {} \; > > > > > > --genhdlist /root/mydistro/i386 > > > > > > --pkgorder /root/mydistro/i386 i386 | tee > > > /root/mydistro/i386/pkgorder.txt > > > > > > --rpm --import /usr/share/rhn/RPM-GPG-KEY > > > > > > > > > --/usr/lib/anaconda-runtime/buildinstall --comp dist-1.0 --pkgorder > > > > /root/mydistro/i386/pkgorder.txt --version 1.0 --product "MyLinux" > > --release "My cool new distro" /root/mydistro/i386 > > > > > (After this command, I received more error messages) > > > > > > --genhdlist /root/mydistro/i386 --fileorder > > > > /root/mydistro/i386/pkgorder.txt > > > > > --cd /root/mydistro/i386 > > > > > > --mkisofs -r -J -T -v -V "Mydistro 1.0" -c isolinux/boot.cat -b > > > > isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -o > > i386-disc.iso . > > > > > --/usr/lib/anaconda-runtime/implantisomd5 i386-disc.iso > > > --/usr/lib/anaconda-runtime/checkisomd5 i386-disc.iso > > > > > > To Test the i386-disc.iso > > > --mount -t iso9660 -o ro,loop=/dev/loop0 > > > > /root/boot-mydistro/i386-disc.iso /test-iso/ > > > > > During the installation I obtain an error message: > > > "install ...... exited abnormally --received signal 11". > > > > > > Now I don't have yet my distribution. > > > Could someone please help me ? > > > > > > Thank you > > > > > > Enrico