On 9 Aug 2002, Erik Williamson wrote: >I've (re)written a little addition to anaconda which partitions the hard >disk by percentages, as opposed to set values - very handy as we have a >million differing machine setups here. It is run in the %pre section, >where it partitions the disk, and then modifies /tmp/ks.cfg. Sounds like a good reason to use %include. You could use a %pre script to write out a section of kickstart file to /tmp/partitions.ksinc, then use "%include /tmp/partitions.ksinc" in place of your partition info. Unfortunately, %include does not work (for me), at least in RH7.3 (I haven't tried Limbo). Redhat - any advice? Cheers, Phil