We have a script that generates the partitions inside the kickstart file based on a percentage of the disk size. check out http://pages.cpsc.ucalgary.ca/~erik/BOTD/partitioning/index.html This really helps to cut back the number of ks.cfg files we need to have. deb On Fri, 2003-03-14 at 06:52, John wrote: > On Fri, 14 Mar 2003 Eric.Doutreleau@xxxxxxxxxxx wrote: > > > > > -machine with little disk > > -machine with big disk > > -machine with some specific software > > -machine with double boot. > > Why don't use say 'ks=http/....' and use CGI to generate the ks file on > the fly. > > You could say > 'ks=http://ks.int-evry.fr/cgi-bin/ks-generator/hwprofile=small/dualboot=yes' > and have a little script at http://ks.int-evry.fr/cgi-bin/ks-generator > that interprets the arguments to create the correct ks file. > > >