diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-02-10 06:18:43 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-02-10 06:18:43 +0000 |
commit | efb37f66baa69616118133a5868349c524186626 (patch) | |
tree | 5e284c09a86eb8ab355eeffc33db991a87b07d79 /loader2/loader.h | |
parent | c37685134c085e3c628226dfb7d2577a47eff954 (diff) | |
download | anaconda-efb37f66baa69616118133a5868349c524186626.tar.gz anaconda-efb37f66baa69616118133a5868349c524186626.tar.xz anaconda-efb37f66baa69616118133a5868349c524186626.zip |
driverdisk command returns to kickstart
Diffstat (limited to 'loader2/loader.h')
-rw-r--r-- | loader2/loader.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/loader2/loader.h b/loader2/loader.h index f58fcc4e5..6a26bde8d 100644 --- a/loader2/loader.h +++ b/loader2/loader.h @@ -75,6 +75,8 @@ void stopNewt(); char * getProductName(void); +#include "modules.h" +#include "moduledeps.h" /* JKFIXME: I don't like all of the _set attribs, but without them, * we can't tell if it was explicitly set by kickstart/cmdline or * if we just got it going through the install. */ @@ -91,6 +93,10 @@ struct loaderData_s { char * ksFile; char * method; void * methodData; + + moduleList modLoaded; + moduleDeps * modDepsPtr; + moduleInfoSet modInfo; }; #endif |