khadas / fenix

One-stop script set to build Ubuntu/Debian images
GNU General Public License v2.0
211 stars 135 forks source link

Resolve /etc/localtime as fallback for missing /etc/timezone #182

Closed raffaellod closed 2 years ago

raffaellod commented 2 years ago

I’ve been working on getting Fenix to run on Gentoo. /etc/timezone is a Debian-ism that Gentoo does not use, and I’d imagine other distros don’t have that either. On the other hand, /etc/localtime is used by the C library, so it’s much more common.