> hi, I'm compiling a custom bootable cd based on redhat 7.1, > and I would > like to add some extra features to anaconda. > What I'm trying to do is to install a chrooted apache using anaconda. > I mean, after I install all the packages, I would like to > make another > filesystem under a directory, and install there the apache package. > I think that this should be done after everything else, but > I'm not sure > on how to do it. > Should I add some lines to kickstart.py or to any other > anaconda file? > or make a shell script and call it from another file?? > > thanks. > Alfonso Another filesystem under a directory? You have to have another partition IIRC, if you want to format/create a different filesystem. Why do you need another filesystem? It should be easy enough to chroot to a directory, but you need everything in that directory that you need (e.g. the rpm command and all the libraries that it depends upon). Forrest