summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-01-21 17:07:52 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-01-21 17:07:52 +0000
commit9838589ada018d20e5fa895590513e7103545431 (patch)
tree92c0f252dfe7054144ae1b799dadbebb4c2ff3d0 /mdk-stage1/modules.c
parenta30d0dabdde7e7280ec2aa870858665073744c17 (diff)
downloaddrakx-9838589ada018d20e5fa895590513e7103545431.tar
drakx-9838589ada018d20e5fa895590513e7103545431.tar.gz
drakx-9838589ada018d20e5fa895590513e7103545431.tar.bz2
drakx-9838589ada018d20e5fa895590513e7103545431.tar.xz
drakx-9838589ada018d20e5fa895590513e7103545431.zip
network_gigabit_usb doesn't exist anymore
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r--mdk-stage1/modules.c2
1 files changed, 1 insertions, 1 deletions
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)