We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01aca7f + d8e61f9 commit b1e4c3bCopy full SHA for b1e4c3b
cmd/nvidia-ctk/system/create-dev-char-symlinks/create-dev-char-symlinks.go
@@ -115,10 +115,6 @@ func (m command) build() *cli.Command {
115
}
116
117
func (m command) validateFlags(cfg *config) error {
118
- if cfg.createAll {
119
- return fmt.Errorf("create-all and watch are mutually exclusive")
120
- }
121
-
122
if cfg.loadKernelModules && !cfg.createAll {
123
m.logger.Warning("load-kernel-modules is only applicable when create-all is set; ignoring")
124
cfg.loadKernelModules = false
0 commit comments