summaryrefslogtreecommitdiff
path: root/option_table.h
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-01-30 18:53:27 -0800
committerAaron Plattner <aplattner@nvidia.com>2009-01-30 18:53:27 -0800
commit718263052cf6195afb1622b2a58c163270930c9a (patch)
tree926a9b9f85a150045a8225bef0117810477965d3 /option_table.h
parent5b8e110bebcaab7d9108071f1783e5ff2b9cadcc (diff)
180.25180.25
Diffstat (limited to 'option_table.h')
-rw-r--r--option_table.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/option_table.h b/option_table.h
index 8a0d2bb..0ee356a 100644
--- a/option_table.h
+++ b/option_table.h
@@ -52,7 +52,8 @@ enum {
X_LIBRARY_PATH_OPTION,
NO_KERNEL_MODULE_OPTION,
NO_X_CHECK_OPTION,
- NO_CC_VERSION_CHECK_OPTION
+ NO_CC_VERSION_CHECK_OPTION,
+ NO_DISTRO_SCRIPTS_OPTION
};
static const NVOption __options[] = {
@@ -429,6 +430,11 @@ static const NVOption __options[] = {
"installation in case of failures. Use this option to override this "
"check." },
+ { "no-distro-scripts", NO_DISTRO_SCRIPTS_OPTION, 0,
+ "Normally, nvidia-installer will run scripts from /usr/lib/nvidia before "
+ "and after installing or uninstalling the driver. Use this option to "
+ "disable execution of these scripts." },
+
/* Orphaned options: These options were in the long_options table in
* nvidia-installer.c but not in the help. */
{ "debug", 'd', 0, NULL },