Welcome, Guest. Please login or register.

Author Topic: SetPatch bug  (Read 1816 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline MickJTTopic starter

  • Full Member
  • ***
  • Join Date: May 2004
  • Posts: 153
    • Show only replies by MickJT
    • http://members.iinet.net.au/~trebs/AmiMSN
SetPatch bug
« on: November 02, 2010, 02:19:37 PM »
Seems I can't use SKIPROMUPDATES scsi.device AND also SKIPROMMODULES at the same time.

There doesn't seem to be any alternative as well. Any ideas?
 

Offline Franko

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 5707
    • Show only replies by Franko
Re: SetPatch bug
« Reply #1 on: November 02, 2010, 02:21:56 PM »
Which version of SetPatch are you using ?
 

Offline Thomas

Re: SetPatch bug
« Reply #2 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 MickJTTopic starter

  • Full Member
  • ***
  • Join Date: May 2004
  • Posts: 153
    • Show only replies by MickJT
    • http://members.iinet.net.au/~trebs/AmiMSN
Re: SetPatch bug
« Reply #3 on: November 03, 2010, 09:30:10 AM »
Hmm. It wasn't working before. I must have made a typo, or reset too quickly. Previously i'd always be on scsi.device v43 unless using SKIPROMUPDATES scsi.device
« Last Edit: November 03, 2010, 09:32:33 AM by MickJT »
 

Offline Thomas

Re: SetPatch bug
« Reply #4 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.

Offline MickJTTopic starter

  • Full Member
  • ***
  • Join Date: May 2004
  • Posts: 153
    • Show only replies by MickJT
    • http://members.iinet.net.au/~trebs/AmiMSN
Re: SetPatch bug
« Reply #5 on: November 03, 2010, 12:32:24 PM »
I was already aware of that. Must have been a typo (I *have* removed and put the line back in since).