blobrana wrote:
The bit where it says:
C:SetPatch quiet ;SKIPROMMODULES"scsi.device"
is the important bit...
Please note that the semicolon before SKIPROMMODULES *disables* the entire SKIPROMMODULES clause, so don't consider adding this *comment* a necessary change.
If you want to remove scsi.device from the rom updates you should remove the semicolon (and add a space between SKIPROMUPDATES and "scsi.device").
The correct line is setpatch quiet skipromupdates scsi.device
Bye,
Thomas