From 12cf594c688f3bc3e0b26d35305d5d6db7036fc4 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 14 May 2001 21:45:51 +0000 Subject: Have the wait_message() with the sleep() --- mdk-stage1/dhcp.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mdk-stage1/dhcp.c') diff --git a/mdk-stage1/dhcp.c b/mdk-stage1/dhcp.c index 9edae172d..230e8757b 100644 --- a/mdk-stage1/dhcp.c +++ b/mdk-stage1/dhcp.c @@ -175,8 +175,11 @@ static int initial_setup_interface(char * device, int s) { } /* I need to sleep a bit in order for kernel to finish init of the - network device */ + network device; this would allow to not send further multiple + dhcp requests when only one is needed. */ + wait_message("Bringing up networking..."); sleep(2); + remove_wait_message(); return 0; } -- cgit v1.2.1