Posted on 07-10-2013 01:27 PM
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?
Posted on 07-24-2013 08:03 AM
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/>