Skip to main content
Question

System Image Utility stripping proxy settings

  • July 10, 2013
  • 1 reply
  • 2 views

Forum|alt.badge.img+3

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

Forum|alt.badge.img+6
  • Contributor
  • 42 replies
  • July 24, 2013

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/>