summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-15 19:06:54 +0200
committerMichael Brown2005-04-15 19:06:54 +0200
commitf04b9cd3eac660eeb52a51c8883219610909cfaf (patch)
tree836957e215d12e837955183b4dfd07ea7ecaf6d8 /src/core/main.c
parentNeed to do isolation when find_isapnp_device is first called, (diff)
downloadipxe-f04b9cd3eac660eeb52a51c8883219610909cfaf.tar.gz
ipxe-f04b9cd3eac660eeb52a51c8883219610909cfaf.tar.xz
ipxe-f04b9cd3eac660eeb52a51c8883219610909cfaf.zip
Leave some time to see what's going on.
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/main.c b/src/core/main.c
index bf0a4b0e..01e616c8 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;
}