overlay coreos/config: Add Flatcar modifications for sys-libs/timezone-data

This commit is contained in:
Krzesimir Nowak 2025-04-04 09:47:30 +02:00
parent 61c99a95b9
commit e6cf1ae09c

View File

@ -0,0 +1,4 @@
cros_post_src_install_timezone_data_flatcar_modifications() {
# install the symlink by hand to not break existing timezones
dosym . /usr/share/zoneinfo/posix
}