I'm trying to kickstart Fedora 14 onto an existing system.  In older versions of Fedora, I could just do raid --useexisting.  But, now I'm getting this error, before anaconda even fully loads:<br><br>Running anaconda 14.22, the Fedora system installer - please wait.<br>
17:46:04 The following error was found while parsing the kickstart configuration file:<br><br>The following problem occurred on line 39 of the kickstart file:<br><br>Partitions required for raid<br><br>install exited abnormally [1/1]<br>
The system will be rebooted when you press Ctrl-C or Ctrl-Alt-Delete.<br><br>The raid lines of the kickstart look like this:<br>raid /boot --fstype=ext4 --level=1 --device=md0 --useexisting<br>raid / --fstype=ext4 --level=5 --device=md1 --useexisting<br>
raid /usr --fstype=ext4 --level=5 --device=md2 --useexisting<br>raid /var --fstype=ext4 --level=5 --device=md3 --useexisting<br>raid /data --fstype=ext4 --level=5 --device=md4 --useexisting --noformat<br><br>I tried adding part commands for each partition, and listing them on the raid lines, and it got a bit further, but then errored with something like "specified raid device which doesn't exist: md0"<br>
<br>Any ideas?<br>