Added timezone configuration

This commit is contained in:
2022-06-26 03:54:49 -04:00
parent f48aaca809
commit 92cefa192f
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ disk="$(cat /tempfiles/disk)"
username="$(cat /tempfiles/username)"
userpassword="$(cat /tempfiles/userpassword)"
rootpassword="$(cat /tempfiles/rootpassword)"
timezone="$(cat /tempfiles/timezone)"
# configuring locale and clock Settings
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen