summaryrefslogtreecommitdiffstats
path: root/loader2/modules.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-02 23:51:11 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-02 23:51:11 +0000
commit1f994868a6fbfc78c30af11d5c29fe3e0b47fa29 (patch)
tree431e64b55a267fc0831da03561f85f102c2b1c2a /loader2/modules.c
parent07fcde250251e2f0c2e8bad5e31aa6b6f0ce22f6 (diff)
downloadanaconda-1f994868a6fbfc78c30af11d5c29fe3e0b47fa29.tar.gz
anaconda-1f994868a6fbfc78c30af11d5c29fe3e0b47fa29.tar.xz
anaconda-1f994868a6fbfc78c30af11d5c29fe3e0b47fa29.zip
driver disks should work now, from cds as well as floppies
Diffstat (limited to 'loader2/modules.c')
-rw-r--r--loader2/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/modules.c b/loader2/modules.c
index acd723a24..80adb8924 100644
--- a/loader2/modules.c
+++ b/loader2/modules.c
@@ -325,7 +325,7 @@ static int loadModule(const char * modName, struct extractedModule * path,
static int doLoadModules(const char * origModNames, moduleList modLoaded,
moduleDeps modDeps, moduleInfoSet modInfo,
int flags, const char * argModule, char ** args,
- struct moduleBallLocation * modLocation) {
+ struct moduleBallLocation * modLocation) {
char * modNames;
char * start, * next, * end;
char ** initialList;