buildFHSEnv: link /etc/zoneinfo
This is needed because now /etc/localtime symlink points there.
This commit is contained in:
parent
0762396d68
commit
7a73ecc18e
|
@ -89,6 +89,7 @@ let
|
|||
|
||||
# symlink other core stuff
|
||||
ln -s /host/etc/localtime localtime
|
||||
ln -s /host/etc/zoneinfo zoneinfo
|
||||
ln -s /host/etc/machine-id machine-id
|
||||
ln -s /host/etc/os-release os-release
|
||||
|
||||
|
|
Loading…
Reference in New Issue