No kernels in boot if there is no grub

timestamps
dump_stack() 2020-05-30 13:42:04 +00:00
padre cf79a9f94f
commit d27fbf6671
Firmado por: dump_stack
ID de clave GPG: BE44DA8C062D87DC
Se han modificado 1 ficheros con 2 adiciones y 1 borrados

Ver fichero

@ -206,7 +206,8 @@ func generateBaseDockerImage(registry string, commands []config.DockerCommand,
if sk.DistroRelease < "8" {
d += "RUN yum -y install deltarpm\n"
} else {
d += "RUN yum -y install drpm\n"
d += "RUN yum -y install drpm grub2-tools-minimal " +
"elfutils-libelf-devel\n"
}
default:
err = fmt.Errorf("%s not yet supported", sk.DistroType.String())