I guess you have to run pkgorder and gendhdlist twice. pkgorder $BASE/fedora-custom ppc Fedora > fedora-custom/pkgorder.txt genhdlist --productpath=Fedora $BASE/fedora-custom pkgorder $BASE/fedora-custom ppc Fedora | tee $BASE/fedora-custom/pkgorder.txt genhdlist --withnumbers --fileorder $BASE/fedora-custom/pkgorder.txt \ --productpath=Fedora $BASE/fedora-custom This web page is pretty excelent. http://www.bsc.es/projects/deepcomputing/linuxoncell/development/howto-install-fc4.html I've split my unpack and repack scripts into 2. Obviously inbetween unpacking and repacking you need to make whatever changes you want. The problem I'm running into now is that the splittree.py script is putting pwlib for x86_64 onto disc2 but the installer is still looking for it on disc1. I'm not sure what the issue is there... regards, dan carpenter On Thu, 15 Dec 2005, Dan Carpenter wrote: > On FC4 there isn't a /usr/share/comps-extras/getfullcomps.py. What do we > use instead? > > regards, > dan carpenter > > On Thu, 15 Dec 2005, Manilal K M wrote: > > > hello Alex and others, > > I am ready to contribute the documentation I have prepared. The > > updated version is available at : > > http://lal.bizhat.com/docs/anaconda.html . The older version is > > already available on the wiki. I intend to move this to a wiki, which > > I'll setup sooner. > > > > regards > > Manilal > > > > _______________________________________________ > > Anaconda-devel-list mailing list > > Anaconda-devel-list@xxxxxxxxxx > > https://www.redhat.com/mailman/listinfo/anaconda-devel-list > > > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list >
Attachment:
unpack.sh
Description: Bourne shell script
Attachment:
repack.sh
Description: Bourne shell script