Changeset 53118 in vbox for trunk/src/VBox/ValidationKit/testboxscript
- Timestamp:
- Oct 22, 2014 1:14:07 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96647
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/darwin/setup-routines.sh
r52776 r53118 207 207 208 208 Additional things to do:" 209 1. Change the 'Energy Saver' options to never turn off the computer. 209 1. Change the 'Energy Saver' options to never turn off the computer: 210 $ systemsetup -setsleep Never 210 211 2. Check 'Restart automatically if the computer freezes' if available in 211 212 the 'Energy Saver' settings. 213 $ systemsetup -setrestartfreeze on 212 214 3. In the 'Sharing' panel enable (VBox/Oracle): 213 215 a) 'Remote Login' so ssh works. 216 $ systemsetup -setremotelogin on 214 217 b) 'Remote Management, tick all the checkboxes in the sheet dialog. 215 218 Open the 'Computer Settings' and check 'Show Remote Management … … 224 227 to hit OK to close the dialog.) 225 228 5. Configure NTP to the nearest local time source. For VBox/Oracle this 226 means wei01-time.de.oracle.com. 229 means wei01-time.de.oracle.com: 230 $ systemsetup -setnetworktimeserver wei01-time.de.oracle.com 227 231 6. Configure the vbox (pw:password) account for automatic login. 228 7. Configure the kernel to keep symbols: sudo nvram boot-args="keepsyms=1" 232 7. Configure the kernel to keep symbols: 233 $ sudo nvram boot-args="keepsyms=1" 229 234 230 235 Enjoy!
Note:
See TracChangeset
for help on using the changeset viewer.