mirror of https://github.com/ipxe/ipxe.git
Leave some time to see what's going on.
parent
8aa3b9d972
commit
f04b9cd3ea
|
@ -184,6 +184,7 @@ int main ( void ) {
|
|||
if ( ! find_boot_device ( &dev ) ) {
|
||||
/* Reached end of device list */
|
||||
printf ( "No more boot devices\n" );
|
||||
sleep ( 2 );
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue