diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-23 21:23:02 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-23 21:23:02 +0000 |
commit | 5663d1c038c72369b0ac1af4bb301602c292b590 (patch) | |
tree | 580c4227a0e394ae476dee47da4799485d12f178 /loader/modules.h | |
parent | 56704c29a953deb45c098cd220f8621c6761a3b2 (diff) | |
download | anaconda-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.h | 1 |
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; |