소스 검색

Leave some time to see what's going on.

tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
f04b9cd3ea
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/core/main.c

+ 1
- 0
src/core/main.c 파일 보기

@@ -184,6 +184,7 @@ int main ( void ) {
184 184
 		if ( ! find_boot_device ( &dev ) ) {
185 185
 			/* Reached end of device list */
186 186
 			printf ( "No more boot devices\n" );
187
+			sleep ( 2 );
187 188
 			continue;
188 189
 		}
189 190
 

Loading…
취소
저장