summaryrefslogtreecommitdiffstats
path: root/loader2/nfsinstall.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-06 21:08:02 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-06 21:08:02 +0000
commitaa72b72920e5b999958c4e1b4aa41f30321d22e9 (patch)
tree0d6219e874f2d8700296713e17b9071994c388ff /loader2/nfsinstall.c
parent04fd1872c7129262a55fd666aa910287f5fff5cd (diff)
downloadanaconda-aa72b72920e5b999958c4e1b4aa41f30321d22e9.tar.gz
anaconda-aa72b72920e5b999958c4e1b4aa41f30321d22e9.tar.xz
anaconda-aa72b72920e5b999958c4e1b4aa41f30321d22e9.zip
minor fixups of some outdated comments. properly pass lang and kbd to
the second stage
Diffstat (limited to 'loader2/nfsinstall.c')
-rw-r--r--loader2/nfsinstall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader2/nfsinstall.c b/loader2/nfsinstall.c
index e46fbe02c..5caffdd40 100644
--- a/loader2/nfsinstall.c
+++ b/loader2/nfsinstall.c
@@ -124,7 +124,6 @@ char * mountNfsImage(struct installMethod * method,
case NFS_STAGE_NFS:
logMessage("going to do nfsGetSetup");
- /* JKFIXME: this is a hack to get kickstart up quicker */
if (loaderData->method &&
!strncmp(loaderData->method, "nfs", 3) &&
loaderData->methodData) {