On Wed, 26 Feb 2003, Preston Wade wrote: > Is it possible to create partitions inside of the pre-install script? I have done so, piping the necessary commands into fdisk. > > What we are trying to do is install a new machine but we would like to use > the --onpart switch to specify which partitions are where, even if the disk > is brand new with no partitions. You can use /proc/partitions to discover what partitions already exist, or if you prefer, fdisk -l, and the use any shell code you like to change the disk to the way you want it. -- Please, reply only to the list.