diff options
author | Erik Troan <ewt@redhat.com> | 2000-01-11 18:26:41 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-01-11 18:26:41 +0000 |
commit | 0b1e9847b9bd008be8a814b1765ea7b916583ee8 (patch) | |
tree | 449bc9a15becc48c8c07839613db2ddf7f483b91 | |
parent | 0a899eb9bee2b1780d7b6bcead1a968b2d97efd4 (diff) | |
download | anaconda-0b1e9847b9bd008be8a814b1765ea7b916583ee8.tar.gz anaconda-0b1e9847b9bd008be8a814b1765ea7b916583ee8.tar.xz anaconda-0b1e9847b9bd008be8a814b1765ea7b916583ee8.zip |
look for rhdd-6.2 on the driver disk
-rw-r--r-- | loader/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/devices.c b/loader/devices.c index 59075eeee..15d24da25 100644 --- a/loader/devices.c +++ b/loader/devices.c @@ -127,7 +127,7 @@ int devCopyDriverDisk(moduleInfoSet modInfo, moduleList modLoaded, static int diskNum = 0; char from[200], to[200]; - sprintf(from, "%s/rhdd-6.1", mntPoint); + sprintf(from, "%s/rhdd-6.2", mntPoint); if (access(from, R_OK)) badDisk = 1; |