Support regional config settings (#323)

This commit is contained in:
Joshua Bussdieker
2019-08-14 03:26:55 -07:00
committed by XECDesign
parent 8110eb4891
commit d1f7a38905
5 changed files with 28 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash -e
echo "Europe/London" > "${ROOTFS_DIR}/etc/timezone"
echo "${TIMEZONE_DEFAULT}" > "${ROOTFS_DIR}/etc/timezone"
rm "${ROOTFS_DIR}/etc/localtime"
on_chroot << EOF