summaryrefslogtreecommitdiffstats
path: root/loader2/hardware.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-05 19:36:03 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-05 19:36:03 +0000
commit352fe0c08ba6b6498ea0991051bf42994ca169d0 (patch)
tree9b4e0aa561d03c2e75737fb4ce4f9d2e107638db /loader2/hardware.c
parent5ab1175ab5018a12d5ffa07e52e380efa4fc36e4 (diff)
downloadanaconda-352fe0c08ba6b6498ea0991051bf42994ca169d0.tar.gz
anaconda-352fe0c08ba6b6498ea0991051bf42994ca169d0.tar.xz
anaconda-352fe0c08ba6b6498ea0991051bf42994ca169d0.zip
veth is now iseries_veth
Diffstat (limited to 'loader2/hardware.c')
-rw-r--r--loader2/hardware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/hardware.c b/loader2/hardware.c
index e3fce9273..6597b5d56 100644
--- a/loader2/hardware.c
+++ b/loader2/hardware.c
@@ -211,7 +211,7 @@ int probeiSeries(moduleInfoSet modInfo, moduleList modLoaded,
/* this is a hack since we can't really probe on iSeries */
#ifdef __powerpc__
if (!access("/proc/iSeries", X_OK)) {
- mlLoadModuleSet("veth:viodasd:viocd", modLoaded, modDeps, modInfo, flags);
+ mlLoadModuleSet("iseries_veth:veth:viodasd:viocd", modLoaded, modDeps, modInfo, flags);
}
#endif
return 0;