summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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;
}