From 1b40354efa4636e73b3151f66995210c4a76b81c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 31 Mar 2008 15:28:32 +0000 Subject: do not set firmware timeout to 1 second in probe-modules helper for Mandriva One (#39216) --- mdk-stage1/stage1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/stage1.c') diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 5540e48f4..85865ab0c 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -408,6 +408,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) spawn_shell(); #endif init_modules_insmoding(); + init_firmware_timeout(); init_frontend("Welcome to " DISTRIB_DESCR ", " __DATE__ " " __TIME__); /* load usb interface as soon as possible, helps usb mouse detection in stage2 */ -- cgit v1.2.1