1
0

Improve logging

This commit is contained in:
2023-03-23 20:20:46 +00:00
parent a36d5ddb12
commit 44494b65a6

View File

@@ -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 {} \\;",