Hi all,
We'd like to create a script that we can run at imaging time that would point our 10.4, 10.5 and 10.6 clients to our internal SUS (xser01), as per Apple KB article HT4069. I checked the Resource Kit, but didn't see anything there that can do this. Anyone know how to create a script that will set the command based on the OS?
10.4: defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL http://xser01:8088/index.sucatalog
10.5: defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL http://xser01:8088/index-leopard.merged-1.sucatalog
10.6: defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL http://xser01:8088/index-leopard-snowleopard.merged-1.sucatalog
The Resource Kit "setTimeServer.sh" and s"etTimeZone.sh" scripts are great...if we can get a "setSoftwareUpdateServer.sh" script, that would be even greater!
:)
Don