summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/cdrom.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-05-17 16:53:32 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-05-17 16:53:32 +0000
commit067ea25e278d221724425e492452d4341ab2e669 (patch)
tree6abef88f0bf831cd6316cc5adbb550d337c7275a /mdk-stage1/cdrom.c
parent93796296016933af1c23f13fc2ae6d5f62299527 (diff)
downloaddrakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.tar
drakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.tar.gz
drakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.tar.bz2
drakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.tar.xz
drakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.zip
don't write nonsense code to separate frontend from stage1,
but rather, try to do some clever things
Diffstat (limited to 'mdk-stage1/cdrom.c')
-rw-r--r--mdk-stage1/cdrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/cdrom.c b/mdk-stage1/cdrom.c
index f05bc0341..d99877b7f 100644
--- a/mdk-stage1/cdrom.c
+++ b/mdk-stage1/cdrom.c
@@ -116,7 +116,7 @@ enum return_type cdrom_prepare(void)
}
if (count == 0) {
- error_message("No CDROM device found.");
+ stg1_error_message("No CDROM device found.");
i = ask_insmod(SCSI_ADAPTERS);
if (i == RETURN_BACK)
return RETURN_BACK;