summaryrefslogtreecommitdiffstats
path: root/loader/modules.h
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-23 21:23:02 +0000
committerMatt Wilson <msw@redhat.com>2001-08-23 21:23:02 +0000
commit5663d1c038c72369b0ac1af4bb301602c292b590 (patch)
tree580c4227a0e394ae476dee47da4799485d12f178 /loader/modules.h
parent56704c29a953deb45c098cd220f8621c6761a3b2 (diff)
downloadanaconda-5663d1c038c72369b0ac1af4bb301602c292b590.tar.gz
anaconda-5663d1c038c72369b0ac1af4bb301602c292b590.tar.xz
anaconda-5663d1c038c72369b0ac1af4bb301602c292b590.zip
write out each module to /tmp/modules.conf every time we insert them (MF #52293
Diffstat (limited to 'loader/modules.h')
-rw-r--r--loader/modules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/modules.h b/loader/modules.h
index 7f7902eaf..d2d44ca33 100644
--- a/loader/modules.h
+++ b/loader/modules.h
@@ -10,6 +10,7 @@ struct loadedModuleInfo {
char * name;
char ** args;
int weLoaded;
+ int written;
char * path;
int firstDevNum, lastDevNum; /* only used for ethernet currently */
enum driverMajor major;