summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-07-26 13:12:39 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-07-26 13:12:39 +0000
commit075a84707c35ef9191dc3e26dce54fa24a0646f7 (patch)
tree898905a7f608327098eeca875197657953640cb3 /mdk-stage1/modules.h
parent63988b80f512c1fd6120528e05c02fe7f9b70782 (diff)
downloaddrakx-075a84707c35ef9191dc3e26dce54fa24a0646f7.tar
drakx-075a84707c35ef9191dc3e26dce54fa24a0646f7.tar.gz
drakx-075a84707c35ef9191dc3e26dce54fa24a0646f7.tar.bz2
drakx-075a84707c35ef9191dc3e26dce54fa24a0646f7.tar.xz
drakx-075a84707c35ef9191dc3e26dce54fa24a0646f7.zip
pass "--blank" to DrakX when module loading is disabled
Diffstat (limited to 'mdk-stage1/modules.h')
-rw-r--r--mdk-stage1/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.h b/mdk-stage1/modules.h
index bbbac2ef5..a5fccb609 100644
--- a/mdk-stage1/modules.h
+++ b/mdk-stage1/modules.h
@@ -30,6 +30,6 @@ struct module_deps_elem {
char ** deps;
};
-
+extern int disable_modules;
#endif