System Image Utility stripping proxy settings

cjinphilly
New Contributor

Has anyone encountered this.... I needed to create a 10.8 netboot set with pre-defined proxy settings.
Once I create the NBI with 10.8 System Image Utility... the netbooted Macs do NOT have the prox settings I saved in the original image. Can this be altered?

1 REPLY 1

Olivier
New Contributor II

Maybe you can add manually a LaunchDaemon to your NetBoot image, that will run at each startup, with following options : <array> <string>networksetup</string> <string>-setwebproxy</string> <string>"USB Ethernet"</string> <string>yourproxyaddress</string> <string>yourproxyport</string> <key>RunAtLoad</key> <true/>