diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2015-08-31 12:26:12 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2015-08-31 12:26:12 -0700 |
commit | fdc5a3a6f0bf6af070e1d8c325eecc08d38e9b5a (patch) | |
tree | 8534d00954e09fbbabc91f80c36b23aefcf807e9 | |
parent | 34f4c891167075210bba38ea063c771347ca55f6 (diff) |
355.11355.11
-rw-r--r-- | option_table.h | 7 | ||||
-rw-r--r-- | version.mk | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/option_table.h b/option_table.h index 6096697..be28728 100644 --- a/option_table.h +++ b/option_table.h @@ -577,10 +577,9 @@ static const NVGetoptOption __options[] = { "infrastructure to automatically build a new kernel module when " "changing kernels. During installation, if DKMS is detected, " "nvidia-installer will ask the user if they wish to register the " - "module with DKMS; the default response is 'no'. Use this option to " - "make the default response 'yes'. This is useful with the " - "'--no-questions' or '--silent' options, which assume the default " - "values for all questions." }, + "module with DKMS; the default response is 'no'. This option will " + "bypass the detection of DKMS, and cause the installer to attempt a " + "DKMS-based installation regardless of whether DKMS is present."}, { "module-signing-secret-key", MODULE_SIGNING_SECRET_KEY_OPTION, NVGETOPT_STRING_ARGUMENT, NULL, @@ -1 +1 @@ -NVIDIA_VERSION = 355.06 +NVIDIA_VERSION = 355.11 |