From 9838589ada018d20e5fa895590513e7103545431 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 21 Jan 2004 17:07:52 +0000 Subject: network_gigabit_usb doesn't exist anymore --- mdk-stage1/modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c index 6620c771d..c88fdb1ea 100644 --- a/mdk-stage1/modules.c +++ b/mdk-stage1/modules.c @@ -101,7 +101,7 @@ static enum insmod_return insmod_archived_file(const char * mod_name, char * opt strcat(module_name, ".ko"); i = mar_extract_file(archive_name, module_name, "/tmp/"); if (i == 1) { - log_message("file-not-found-in-archive %s (maybe you can try another boot floppy such as 'hdcdrom_usb.img' or 'network_gigabit_usb.img')", module_name); + log_message("file-not-found-in-archive %s (maybe you can try another boot floppy such as 'hdcdrom_usb.img')", module_name); return INSMOD_FAILED_FILE_NOT_FOUND; } if (i != 0) -- cgit v1.2.1