diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-06 21:08:02 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-06 21:08:02 +0000 |
commit | aa72b72920e5b999958c4e1b4aa41f30321d22e9 (patch) | |
tree | 0d6219e874f2d8700296713e17b9071994c388ff /loader2/modules.c | |
parent | 04fd1872c7129262a55fd666aa910287f5fff5cd (diff) | |
download | anaconda-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/modules.c')
-rw-r--r-- | loader2/modules.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loader2/modules.c b/loader2/modules.c index a29ecbf3c..7ae4b5373 100644 --- a/loader2/modules.c +++ b/loader2/modules.c @@ -428,7 +428,6 @@ static int doLoadModules(const char * origModNames, moduleList modLoaded, if (!location && modLocation) location = modLocation; - /* JKFIXME: do something to extract the modules */ paths = extractModules(list, paths, location); i = 0; |