↧
Answer by Hai Nguyen for kickstart device location changes (enumeration order)
I use the code to detect HDD or USB. Hope this solution will helpfull.hard_disks=`lsblk --nodeps -no name,type,tran | grep "disk" | grep -v "usb" | grep -Eo '^[^ ]+'`count_disk=`echo $hard_disks |grep...
View Articlekickstart device location changes (enumeration order)
I've built an unattended USB installer which installs Centos and our Application binaries. However, anaconda (?) puts the USB device after the hard drives - so servers with two drives, the USB is sdc;...
View Article