Chan, Dominic wrote:
First thank you for the feedback, and sorry for the footer at the
bottom, it gets added by our mail server and it is require by Legal. IN
my situation, where I am combining selected RPM from all 4 CD into 1,
thus overall, deleting the overall RPMS, do I need to rebuild my
pkgorder?
this is a my mini-script that I run each time I add or remove a package
from my RPMS dir. I don't think running pkgorder is absolutely necessary
- but if you do run it - for some strange reason I have found that you
need to run genhdlist b4 and after it for it to work properly.
#!/bin/bash
/usr/lib/anaconda-runtime/genhdlist --withnumbers --productpath=Fedora
/data/Fedora-Test/i386
/usr/lib/anaconda-runtime/pkgorder /data/Fedora-Test/i386 i386 Fedora |
tee /data/Fedora-Test/pkgorder.txt
/usr/lib/anaconda-runtime/genhdlist --withnumbers --productpath=Fedora
--fileorder /data/Fedora-Test/pkgorder.txt /data/Fedora-Test/i386
mkisofs -o fedoraTest.iso -b isolinux/isolinux.bin -c isolinux/boot.cat
-no-emul-boot -boot-load-size 4 -boot-info-table -R -J -l -V 'Fedora
Test' i386/
2nd, where is the original pkgorder located at?
there is no original pkgorder file. One is only created if you run the
pkgorder script to create it yourself.
pantz
--
Before you criticize someone, walk a mile in their shoes ...
That way when you do criticize them, you're a mile away and you have their shoes!