Improve logging
This commit is contained in:
parent
a36d5ddb12
commit
44494b65a6
@ -621,6 +621,7 @@ func genDockerKernels(dii dockerImageInfo, newkcfg *config.KernelConfig,
|
||||
}
|
||||
newkcfg.Kernels = append(newkcfg.Kernels, ki)
|
||||
|
||||
log.Info().Msg("Fix permissions...")
|
||||
for _, cmd := range []string{
|
||||
"find /boot -type f -exec chmod a+r {} \\;",
|
||||
"find /boot -type d -exec chmod a+rx {} \\;",
|
||||
|
Loading…
Reference in New Issue
Block a user