Jesse Keating wrote:
In the %pre section, use fdisk (or something like that) to probe which disks are present, awk out the actual diskfdisk -l |awk '/^Disk/ {print $2}' |awk -F "/" '{print $3}' |sed -e 's/://'Something similar to that. Then use this value (in a variable) for your --ondisk=${firstdisk}
Cool this works on FC2. Thanks. -- Brian Akins Senior Systems Engineer CNN Internet Technologies