I said:
> If you peruse the
> code you will see that there are a few options to determine how the reboot
> is performed.  You can probably affect how reboots are done by passing
> parameters to the kernel from bootloader.

The parameters should be:
reboot=w (warm boot)
reboot=c (cold boot)
reboot=b (bios reboot)
reboot=h (hard reboot [try to toggle reset or crash CPU])

note that the code only looks at the first letter so this may be
documented elsewhere as:
reboot=warm
reboot=warmboot
reboot=warmsloppywetboot

or whatever :)


--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to