diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-02-13 10:20:39 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-02-13 10:20:39 -0800 |
commit | 864dfc4e857e23d50e9c8727e8ee9b83228bfc3f (patch) | |
tree | ab043b5446311909bb5a39081aae37b69288ad8b /install-from-cwd.c | |
parent | 60fe4658175113a476104ff3bde2914ad714c1af (diff) |
169.04169.04
Diffstat (limited to 'install-from-cwd.c')
-rw-r--r-- | install-from-cwd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install-from-cwd.c b/install-from-cwd.c index f32efcc..2d28b89 100644 --- a/install-from-cwd.c +++ b/install-from-cwd.c @@ -237,7 +237,8 @@ int install_from_cwd(Options *op) /* done */ - if (op->kernel_module_only) { + if (op->kernel_module_only || op->no_nvidia_xconfig_question) { + ui_message(op, "Installation of the kernel module for the %s " "(version %s) is now complete.", p->description, p->version); |