distro/fedora: removed specific locale and timezone for ec2/ami since they are the same as the default one for all image types

This commit is contained in:
Jordi Gil 2022-05-03 15:33:10 -04:00 committed by Tomáš Hozza
parent 6593e30d63
commit 7cf937d668

View file

@ -264,8 +264,6 @@ var (
// default EC2 images config (common for all architectures)
defaultEc2ImageConfig = &distro.ImageConfig{
Locale: "en_US",
Timezone: "UTC",
EnabledServices: []string{
"cloud-init.service",
},
@ -902,5 +900,3 @@ func newDistro(distroName string) distro.Distro {
rd.addArches(x86_64, aarch64, s390x)
return &rd
}
// Shared Services