From: Michael Brown Date: Fri, 15 Apr 2005 17:06:54 +0000 (+0000) Subject: Leave some time to see what's going on. X-Git-Tag: v0.9.3~1924 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f04b9cd3eac660eeb52a51c8883219610909cfaf;p=thirdparty%2Fipxe.git Leave some time to see what's going on. --- diff --git a/src/core/main.c b/src/core/main.c index bf0a4b0e3..01e616c83 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -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; }