1
0
Fork 0

feat: set the default kernel gen retries to 2

timestamps
dump_stack() 2023-05-26 08:20:21 +00:00
parent b17433ab42
commit db9516b358
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ type KernelCmd struct {
Force bool `help:"force reinstall kernel"`
NoHeaders bool `help:"do not install kernel headers"`
Shuffle bool `help:"randomize kernels installation order"`
Retries int `help:"amount of tries for each kernel" default:"10"`
Retries int `help:"amount of tries for each kernel" default:"2"`
Threads int `help:"threads for parallel installation" default:"1"`
Update bool `help:"update container"`