Does anyone know how to do this?
I want to have an admin account setup and skip the rest of the setup.
https://discussions.apple.com/thread/2152439
Hello everybody
First of all I have Netinstall up and running. My Problem is however:
Everytime a client installs Mac OS X from a Netinstall Image, the Apple Setup Assistant pops up (for registration, mobileMe, and to create an Administrator Account!). I haven't found anything in System Image Utility that would disable the Setup Assistant. I don't really see the point of Netinstall anymore because of this.
How can I kill the Setup Assistant and instead run a script that would create a predefined Administrator account?
What I've tried:
Built a package that replaces "/System/Library/CoreServices/Setup Assistant/Contents/MacOS/Setup Assistant" with a bash script (also called Setup Assistant) that creates an Admin account with dscl.
However the Netinstall fails, and I can't find the problem?
Can anybody help me to get rid of this Setup Assistant ? Thank you very much!
Edit: The inspiration came from this thread http://discussions.apple.com/thread.jspa?messageID=8319142�
Message was edited by: Scotch22
MacBook, MacBook Pro, MacPro, ..., Mac OS X (10.6)
This solved my question Solvedby foilpan on Sep 10, 2009 6:33 AM
add a custom package or script in your workflow to touch the file /var/db/.AppleSetupDone, but be sure you have a script in there somewhere to either create or add the local user before reboot.
you'll find some helpful tips in the instadmg forum here: http://www.afp548.com/forum/index.php?forum=45

