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
|
.\" -*- nroff -*-
.TH LEDS 8
.SH NAME
leds \- control NSLU2 leds
.SH SYNOPSIS
.B leds [boot] system|user|singleuser|shutdown [error|panic|*]
.P
.B leds <led> off|on|slow|fast|panic|blink|flash|user|cpu|cpu-idle
.P
.B leds beep {args}
.SH DESCRIPTION
This program can control the leds on the front panel of the NSLU2, except
for the ethernet led. The names of the leds are disk-1, disk-2, ready, and
status.
.P
The first usage above is used to set leds during system boot to indicate a
particular boot state. 'boot' means that the system is transitioning to
the new state. 'error' or 'panic' means a (potentially) recoverable error
or an unrecoverable error ('panic') has occured.
.P
The second usage above is used to set the named led to the given display,
an arbitrary led trigger may be given.
.P
The last usage above will, if possible cause the machine to emit a beep.
.SH AUTHOR
This man page was written by Joey Hess, <joey@kitenet.net>.
|