summaryrefslogtreecommitdiffstats
path: root/isys/probe.c
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-09-07 20:35:08 +0000
committerErik Troan <ewt@redhat.com>1999-09-07 20:35:08 +0000
commit7eb0f6de856c93276d7ae75d860388f10e756d88 (patch)
tree99e9cd7ac8788233b401b119cb576fe807612b6b /isys/probe.c
parent7738b94ab432f5edd3b0be653f91acea86f6e7cf (diff)
downloadanaconda-7eb0f6de856c93276d7ae75d860388f10e756d88.tar.gz
anaconda-7eb0f6de856c93276d7ae75d860388f10e756d88.tar.xz
anaconda-7eb0f6de856c93276d7ae75d860388f10e756d88.zip
probe scsi tapes properly <ugh!>
Diffstat (limited to 'isys/probe.c')
-rw-r--r--isys/probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/probe.c b/isys/probe.c
index bb79337f6..4b0a9d7ae 100644
--- a/isys/probe.c
+++ b/isys/probe.c
@@ -272,7 +272,7 @@ int kdFindScsiList(struct knownDevices * devices) {
device.class = DEVICE_DISK;
} else if (strstr(start, "Sequential-Access")) {
sprintf(typebuf, "st%c", tapeNum++);
- device.class = DEVICE_DISK;
+ device.class = DEVICE_TAPE;
} else if (strstr(start, "CD-ROM")) {
sprintf(typebuf, "scd%c", cdromNum++);
device.class = DEVICE_CDROM;