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:
parent
6593e30d63
commit
7cf937d668
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue