Merge pull request #313 from cnu/master
Add extra newline between consecutive commands examples.
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user