I'm also creating a customized distro based on FC2. I don't have all the time to explain my buildsteps but I'll include some files I use to create mine. You can do a search on google (search for customize fedora linux) and you'll come up with some good articles.
Op di 10-08-2004, om 19:01 schreef Gursharn Singh:
I like to create single cd distro based on FC2, that will have gnome2.6 localized in pa_IN and other stuff. The cd is to in courage the use of GNU and OSS. Please help me on how to do this. Gursharn Singh _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list
Met vriendelijke groeten, Kind regards, Michael Anckaert michael.anckaert@xxxxx |
Build steps for Vision Linux Beta 2 Step 1: export PYTHONPATH=/usr/lib/anaconda export PATH="$PATH:/usr/lib/anaconda-runtime" Step 2: find /vision -name TRANS.TBL -exec rm -f {} \; Step 3: /vision/genhdlist --productpath Vision /vision/i386 Step 4: /vision/pkgorder /vision/i386 i386 > /vision/pkgfile Step 5: /vision/buildinstall --pkgorder /vision/pkgfile --version 2 --product 'Vision Linux' --release 'Beta 2' \ /vision/i386 Step 6: splittree.py --arch=i386 --total-discs=4 --bin-discs=3 --src-discs=1 --release-string="Vision Linux" --pkgorderfile=/vision/pkgfile --distdir=/vision/i386 --srcdir=/vision/i386/SRPMS --productpath=Vision Step 7: rm -f /vision/i386-disc1/Vision/base/hdlist* genhdlist --productpath Vision --withnumbers --fileorder /vision/pkgfile /vision/i386-disc[123] Step 8: ./make_iso.sh Build enviroment / vision i386 SRPMS Vision base RPMS
Attachment:
make_iso.sh
Description: application/shellscript
Attachment:
make_iso.sh
Description: application/shellscript
Attachment:
make_iso.sh
Description: application/shellscript