Welcome, Guest. Please login or register.

Author Topic: SetPatch bug  (Read 1823 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: SetPatch bug
« on: November 02, 2010, 02:32:55 PM »
SKIPROMMODULES is an alias for SKIPROMUPDATES, you can use only one at a time. If you want to skip multiple modules/updates, put them in quotation marks, seperated by commas.

For example

setpatch quiet skipromupdates "scsi.device,shell"

or

setpatch quiet skiprommodules "scsi.device,shell"

Both lines do exactly the same.

This does *not* work:

setpatch skipromupdates "scsi.device" skiprommodules "shell"

Offline Thomas

Re: SetPatch bug
« Reply #1 on: November 03, 2010, 09:39:52 AM »
You have to switch off the machine in order to change the ROM updates. If the ROM update is already loaded into memory, it will not be changed by an edited command line.