summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-01-14 15:50:20 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-01-14 15:50:20 +0000
commit9700f2d141ad5ca3d54d7210be843d249eac3279 (patch)
tree6425d969de586cc29021822c458657a3e45ecf97 /mdk-stage1
parentd8b4646ca5e6ea67239cbdac3846af0e75bebe72 (diff)
downloaddrakx-backup-do-not-use-9700f2d141ad5ca3d54d7210be843d249eac3279.tar
drakx-backup-do-not-use-9700f2d141ad5ca3d54d7210be843d249eac3279.tar.gz
drakx-backup-do-not-use-9700f2d141ad5ca3d54d7210be843d249eac3279.tar.bz2
drakx-backup-do-not-use-9700f2d141ad5ca3d54d7210be843d249eac3279.tar.xz
drakx-backup-do-not-use-9700f2d141ad5ca3d54d7210be843d249eac3279.zip
suggest other.img in file-not-found-in-archive (sugg David Faure
and Pixel)
Diffstat (limited to 'mdk-stage1')
-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 72190819a..e2c06eebc 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -55,7 +55,7 @@ static enum insmod_return insmod_archived_file(const char * mod_name, char * opt
strcat(module_name, ".o");
i = mar_extract_file(archive_name, module_name, "/tmp/");
if (i == 1) {
- log_message("file-not-found-in-archive %s", module_name);
+ log_message("file-not-found-in-archive %s (maybe you can try another boot floppy such as 'other.img' for seldom used SCSI modules)", module_name);
return INSMOD_FAILED_FILE_NOT_FOUND;
}
if (i != 0)