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.
1 parent 05fb139 commit d8e61f9Copy full SHA for d8e61f9
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