diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-09-03 17:11:01 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-09-03 17:11:01 +0000 |
commit | e493331530ade6ad3a07a9112f7498441e49e045 (patch) | |
tree | a656a8fe40e2e467bb9a85f15b11e08dfe69ff73 | |
parent | 3048135bf8641c9e2ad99a4979f87974eafd5de0 (diff) | |
download | drakx-e493331530ade6ad3a07a9112f7498441e49e045.tar drakx-e493331530ade6ad3a07a9112f7498441e49e045.tar.gz drakx-e493331530ade6ad3a07a9112f7498441e49e045.tar.bz2 drakx-e493331530ade6ad3a07a9112f7498441e49e045.tar.xz drakx-e493331530ade6ad3a07a9112f7498441e49e045.zip |
change `scd' with `sr'
-rw-r--r-- | mdk-stage1/probing.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |