Deploy Studio Imaging and deployment links and notes.

Deployment Planning Template

http://www.peachpit.com/content/downloads/peachpit/bookreg/DeploymentPlanningTemplate080509.pdf

Fix Permissions in the Applications Folder

sudo chown -R root:admin /Applications/Things.app
sudo chmod -R 775 /Applications/Things.app

Show Directory Service status in the loginwindow

defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo DSStatus

Remove Other Users choice in the loginwindow

sudo defaults write com.apple.loginwindow SHOWOTHERUSERS_MANAGED NO

Create a hidden admin and run the following commands

sudo mv /Users/hadmin /var/.hadmin 
sudo chown -R hadmin /var/.hadmin 
sudo rm -R /var/.hadmin/Public /var/.hadmin/Sites 
sudo defaults write /Library/Preferences/com.apple.loginwindow Hide500Users -bool TRUE 
sudo defaults write /Library/Preferences/com.apple.loginwindow !HiddenUsersList -array hadmin

Stop OS asking for all new Disks to become Time Machine Backup Devices

defaults write /Library/Preferences/com.apple.TimeMachine 
!DoNotOfferNewDisksForBackup -bool YES

Cleanup steps to be executed on Disk to be imaged

sudo rm -rf /Volumes//var/db/volinfo.database 
sudo rm -rf /Volumes//var/db/.com.apple.iokit.graphics 
sudo rm -rf /Volumes//var/db/SystemEntropyCache 
sudo rm -rf /Volumes//var/vm/* 
sudo rm -rf /Volumes//var/folders/* 
sudo rm -rf /Volumes//Library/Caches/* 
sudo rm -rf /Volumes//System/Library/Caches/* 
sudo rm -rf /Volumes//System/Library/Extensions/Caches/* 
sudo rm -f /Volumes//private/etc/ssh_host* 
rm -f /Volumes//Users//.bash_history 
sudo rm -rf /Volumes//var/tmp/* 
sudo rm -rf /Volumes//var/log/* 
sudo rm -rf /Volumes//var/db/dhcpclient/leases/* 
sudo rm -rf /Volumes//Library/Logs/* 
sudo rm -rf /Volumes//Users//.Trash/*

Dual boot documentation

http://www.bombich.com/mactips/dualboot.html

http://www.projectappletree.org/page17/page20/page20.html

http://www.projectappletree.org/page17/page23/page23.html

http://support.microsoft.com/kb/314479 (installing OEM drivers)

http://support.microsoft.com/kb/302577 (how to sysprep)

http://technet.microsoft.com/en-us/windows/ee530017.aspx

http://technet.microsoft.com/en-us/solutionaccelerators/dd407791.aspx

http://www.windowsnetworking.com/articles_tutorials/Deploying-Windows-7-Part1.html

http://deploystudio.wikispaces.com/Automating+Volume+Blessing+from+in+Windows

http://www.deploystudio.com/Forums/viewtopic.php?id=669

Using the bless command to netboot across subnets:

bless --netboot --server bsdp://255.255.255.255 (for broadcast, or put your netboot server IP here)

Netbooting across subnets for “out of the box” machines

command + s 
/sbin/mount -uw / 
cd /System/Library/LaunchDaemons/ 
launchctl load com.apple.configd.plist 
bless --netboot --server bsdp://192.168.1.1 
reboot -q

-- DawnKeenan - 03 Feb 2010

Edit | Attach | Watch | Print version | History: r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r1 - 2010-02-03 - DawnKeenan
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback