]> xenbits.xensource.com Git - seabios.git/commit
Automatically reboot after 60 second delay on failed boot.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 13 May 2012 02:12:22 +0000 (22:12 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 14 May 2012 03:13:45 +0000 (23:13 -0400)
commitb8fcf46826e77c835da0ad8127a17895bb2e2fca
tree6c2eed1f8891a24355944a378982183dbe4457d9
parent0c8f58d78543a06a57f4280dd3498807a1d9005d
Automatically reboot after 60 second delay on failed boot.

If no valid boot devices are found, display the error for 60 seconds
(by default) and then reboot.  This enables a periodic retry in case
one of the boot devices is still coming online.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/boot.c