From e493331530ade6ad3a07a9112f7498441e49e045 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 3 Sep 2001 17:11:01 +0000 Subject: change `scd' with `sr' --- mdk-stage1/probing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/probing.c') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index 692f86fca..d2311b418 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -489,7 +489,7 @@ static void find_media(void) sprintf(tmp_name, "st%c", scsi_tape_count++); tmp[count].type = TAPE; } else if (strstr(start, "CD-ROM")) { - sprintf(tmp_name, "scd%c", scsi_cdrom_count++); + sprintf(tmp_name, "sr%c", scsi_cdrom_count++); tmp[count].type = CDROM; } -- cgit v1.2.1