I boot a remote server that has a USB pendrive plugged.
It creates a shift in the devices names (/dev/sda becomes /dev/sdb, ...) because the USB pendrive is detected before the SCSI disks.
In a normal situation I could manage that at the operating system level but here I must install the server remotely with a quickstart script in a ISO image that I cannot change.
The only settings I have access to are the boot parameters.
How can I prevent the USB pendrive detection ?