distro/rhel84: use New York as default timezone

RHEl 8.4 guest images need to have the default timezone of EST/EDT
unless the user specifies one in their blueprint. New York is a major
location for this timezone.
This commit is contained in:
Jacob Kozol 2021-01-08 16:27:51 +01:00 committed by Ondřej Budai
parent fc6fbec32f
commit 9d0d5967d6
6 changed files with 37 additions and 5 deletions

View file

@ -3097,6 +3097,12 @@
"language": "en_US"
}
},
{
"name": "org.osbuild.timezone",
"options": {
"zone": "America/New_York"
}
},
{
"name": "org.osbuild.selinux",
"options": {
@ -9216,6 +9222,6 @@
"tuned.service",
"unbound-anchor.timer"
],
"timezone": "UTC"
"timezone": "New_York"
}
}