Merge pull request #313 from cnu/master

Add extra newline between consecutive commands examples.
This commit is contained in:
Leandro Ostera
2015-12-14 10:22:33 +01:00
6 changed files with 20 additions and 0 deletions

View File

@@ -9,16 +9,21 @@
- Specify TimeZone, NTP Server and enable network time
`systemsetup -settimezone {{US/Pacific}}`
`systemsetup -setnetworktimeserver {{us.pool.ntp.org}}`
`systemsetup -setusingnetworktime on`
- Make the machine never sleep; restart on freeze & power failure
`systemsetup -setsleep off`
`systemsetup -setrestartpowerfailure on`
`systemsetup -setrestartfreeze on`
- List valid startup disks, specify a new startup disk
`systemsetup -liststartupdisks`
`systemsetup -setstartupdisk {{path}}`