summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-14 23:19:17 +0000
committerMatt Wilson <msw@redhat.com>2000-02-14 23:19:17 +0000
commit0062e85c2dcc315ddec622083e2057929c98fffb (patch)
tree7efcbdbcb015e8fd37bb275d2554448b5f9e7c67 /loader
parent6e2f78dfcf8b86b28da34e25f7faba82d1e51618 (diff)
downloadanaconda-0062e85c2dcc315ddec622083e2057929c98fffb.tar.gz
anaconda-0062e85c2dcc315ddec622083e2057929c98fffb.tar.xz
anaconda-0062e85c2dcc315ddec622083e2057929c98fffb.zip
changed dd check to rhdd-6.1
Diffstat (limited to 'loader')
-rw-r--r--loader/devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/devices.c b/loader/devices.c
index b82264a53..1fd4bfa63 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.2", mntPoint);
+ sprintf(from, "%s/rhdd-6.1", mntPoint);
if (access(from, R_OK))
badDisk = 1;