In my kickstart installation I specify that the operating system should be installed on /dev/sda.
We have some Dell machines in our environment with iDRAC. When virtual media is attached in iDRAC, it maps Virtual CD drives and Virtual Floppy drives as /dev/sda and /dev/sdb leaving my desired installation drive as /dev/sdc. This causes my kickstart installation to fail due to it not being able to find the drive (/dev/sda) I had specified earlier.
Is there any way to specify in kickstart (anaconda) to install on the first "non-removable media", or to keep trying until it finds such device?
Bonus Points: If anyone has a more ideal method of specifying a drive installation destination.