canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
|||
| Line 27: | Line 27: | ||
** open mounted volume in Finder and run the .pkg file, this installs the Xcode installer | ** open mounted volume in Finder and run the .pkg file, this installs the Xcode installer | ||
** using finder, open '/Applications/Install Xcode' and run through the installer | ** using finder, open '/Applications/Install Xcode' and run through the installer | ||
= Re-imaging a machine = | |||
Assuming the machine is already online and accessible, Lion machines can be re-imaged automatically via netboot. | |||
# As cltbld | |||
sudo /usr/sbin/bless --netboot --server bsdp://10.12.48.8 | |||
# If the machine is idle, you can reboot it immediately. | |||
ps auxww | grep python | grep -v grep || sudo reboot | |||
Until we figure out the cause of {{bug|902903}}, netbooting Lion slaves need a second reboot once they come back up in order to start buildbot properly: | |||
ps auxww | grep python | grep -v grep || sudo reboot | |||
=initial puppet sync= | =initial puppet sync= | ||