-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoboot.sgml
54 lines (41 loc) · 1.42 KB
/
autoboot.sgml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype linuxdoc system>
<manpage title="AUTOBOOT" sectnum="8">
<sect1> NAME<p>
<bf>autoboot</bf> - tool for setting/resetting servermode booting of PowerMacs
<sect1> SYNOPSIS<p>
<bf>autoboot</bf> <tt>[</tt><bf>-v</bf><tt>]</tt> <bf>on</bf>
<p>
<bf>autoboot</bf> <tt>[</tt><bf>-v</bf><tt>]</tt> <bf>off</bf>
<p>
<bf>autoboot -V</bf>
<sect1> DESCRIPTION<p>
<bf>autoboot</bf>
sets/clears Server Mode in the hardware PMU.
When set the machine will automatically boot as soon as power is restored after an outage.
When cleared the machine must be manually booted.
<bf>autoboot</bf> sets the Server Mode for the current OS session only.
For continued, unattended operation
<bf>autoboot</bf>
should be invoked during system startup.
Normal shutdown (<bf>init 0</bf>) and scheduled boots (<bf>bootsched</bf>) also reset Server Mode.
<sect1> OPTIONS<p>
<descrip>
<tag/<bf/on/</>
Set Server Mode for automatic boot on power restoration after outage
<tag/<bf/off/</>
Clear Server Mode to require manual boot after power restoration.
<tag/<bf/-V/</>
Print version number.
<tag/<bf/-v/</>
verbose operation.
</descrip>
<sect1> SEE ALSO<p>
bootsched(8)
<sect1> AUTHORS<p>
<verb>Rich Johnson <[email protected]> </verb>
<p>
<bf>autoboot</bf> is derived from
Takeshi Oe's <[email protected]>
<bf>pmacpow</bf>,
as modified by Kieth Keller <[email protected]>
</manpage>