So
Due to my infrastructure and due to this flat package bug on the Apple side, I cannot add certain updates into my compiled image. I also do not have SUS servers set up anywhere, again because of my set up. I don't have the HD space locally and across the WAN from one single point to 6,000+ clients is just not gonna happened, I know because I already tried it.
So, I have a one liner that runs software update, and there are like 10 to 12 updates that I cannot fit into the compiled, they never install due to some bug I am told with flat packages. So, I just simply add this line in my script...
/usr/sbin/softwareupdate -d -i -a
Which should download and install all available updates. Well if I run this command manually from the command line after I image a mac, it works just fine, but if I run it as part of a script it does not take.
After that I have a reboot command that reboots the client after software update is ran from the command line.
Any thoughts on why this will not work?