summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-02-20 20:29:37 +0000
committerErik Troan <ewt@redhat.com>2001-02-20 20:29:37 +0000
commit494e56659f34de3e7c586f6c342defb874a99884 (patch)
tree236e30349f045d3e70ddbc8fae0db52450fe43cd
parenteb8d4930aef8142bd179e21f771b80bbc313e6b6 (diff)
downloadanaconda-494e56659f34de3e7c586f6c342defb874a99884.tar.gz
anaconda-494e56659f34de3e7c586f6c342defb874a99884.tar.xz
anaconda-494e56659f34de3e7c586f6c342defb874a99884.zip
oops, bad umount()
-rw-r--r--loader/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c
index 7ee157e90..d1a03c3f7 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -2092,7 +2092,7 @@ int kickstartFromNfs(struct knownDevices * kd, char * location,
sprintf(fullFn, "/tmp/nfskd/%s", file);
copyFile(fullFn, location);
- umount("/tmp/nfs");
+ umount("/tmp/nfskd");
return 0;
}