summaryrefslogtreecommitdiffstats
path: root/isys/vio.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-05-20 15:26:00 +0000
committerJeremy Katz <katzj@redhat.com>2003-05-20 15:26:00 +0000
commit1f3bf130e3705ed4d77af08cf51c12128ab5424d (patch)
tree9f5d2f3b64e7aa17b261e911cb1fff0547451e7d /isys/vio.c
parent445f36acfd30cd71b89e8ed7385b74cb9da0f2dc (diff)
downloadanaconda-1f3bf130e3705ed4d77af08cf51c12128ab5424d.tar.gz
anaconda-1f3bf130e3705ed4d77af08cf51c12128ab5424d.tar.xz
anaconda-1f3bf130e3705ed4d77af08cf51c12128ab5424d.zip
merge from taroon branch to HEAD. mostly the package stuff, but also
msw's ctrl-alt-del thing and some arch fixups
Diffstat (limited to 'isys/vio.c')
-rw-r--r--isys/vio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/vio.c b/isys/vio.c
index a39cf13f2..bad6ac708 100644
--- a/isys/vio.c
+++ b/isys/vio.c
@@ -77,7 +77,7 @@ int vioGetCdDevs(struct knownDevices * devices) {
model = alloca((20 + strlen(chptr)) * sizeof(char *));
sprintf(model, "IBM Virtual CD-ROM Model %s", chptr);
- snprintf(ctl, 63, "iseries/vcd%d", ctlNum);
+ snprintf(ctl, 63, "iseries/vcd%c", ctlNum + 'a');
if (!deviceKnown(devices, ctl)) {
newDevice.name = strdup(ctl);