Hi I wrote the kickstart file for centos 7. It works great but in some machines because of partitioning 2 disk drives which should be determined like sda and sdb I have issues USB boot drive is overridden and interrupt the installation.
example: PC1
installation is disk loaded like :
sda - crutial 1TB
sdb - crutial 2TB
sdc - USB boot drive
kickstart want format a parted sda and sdb and successfully instaled
PC2
instalation is disk loaded like :
sda - USB boot drive
sdb - crutial 1TB
sdc - crutial 2TB
kickstart wants format a parted sda, sdb, and kickstart formatted boot drive
Is here any possibility of how to exclude a USB drive from partitioning?