systemsetup: combine the seperate examples. The options are super self-documenting and very helpful together.
This commit is contained in:
@@ -8,17 +8,16 @@
|
||||
|
||||
- Specify TimeZone, NTP Server and enable network time:
|
||||
|
||||
`systemsetup -settimezone {{US/Pacific}}`
|
||||
`systemsetup -setnetworktimeserver {{us.pool.ntp.org}}`
|
||||
`systemsetup -setusingnetworktime on`
|
||||
`systemsetup -settimezone {{US/Pacific}} -setnetworktimeserver {{us.pool.ntp.org}} -setusingnetworktime on`
|
||||
|
||||
- Make the machine never sleep; restart on freeze & power failure:
|
||||
- Make the machine never sleep and automatically restart on power failure or kernel panic:
|
||||
|
||||
`systemsetup -setsleep off`
|
||||
`systemsetup -setrestartpowerfailure on`
|
||||
`systemsetup -setrestartfreeze on`
|
||||
`systemsetup -setsleep off -setrestartpowerfailure on -setrestartfreeze on`
|
||||
|
||||
- List valid startup disks, specify a new startup disk:
|
||||
- List valid startup disks:
|
||||
|
||||
`systemsetup -liststartupdisks`
|
||||
|
||||
- Specify a new startup disk
|
||||
|
||||
`systemsetup -setstartupdisk {{path}}`
|
||||
|
Reference in New Issue
Block a user