On Thu, 2005-08-04 at 16:39 +0530, Susanta Kumar Padhi wrote: > Hi All, > > I looking for a customized fedora core2 CD. During the anaconda > installation there is a screen which asks for type of installation such > as "Personal Desktop","Workstation","Server" and "Custom". I want to > hide this step and set the default as Server as the installation type. > Please any body help me how to do this. Create a product.img dd if=/dev/zero of=product.img bs=1k count=1440 mke2fs product.img mount -o loop product.img /mnt create a custom install class - see anaconda/installclasses in the anaconda source umount /mnt Amend setSteps and setGroupSelection appropriately for your desired customisation Check http://fedora.redhat.com/about/trademarks/guidelines/ Put product.img in Fedora/base of your disc1 and bob's your uncle. Paul