diff options
author | Jonathan Bauer | 2019-07-18 12:30:35 +0200 |
---|---|---|
committer | Jonathan Bauer | 2019-07-18 12:30:35 +0200 |
commit | 72c8c6106ca6834b1263e784bdbbd7f84c27b1e3 (patch) | |
tree | 4de2cd571104a8b08bb73abf39315293674e7eb4 /http | |
parent | ubuntu-18.04-amd64: update to 18.04.2 (diff) | |
download | packer-templates-72c8c6106ca6834b1263e784bdbbd7f84c27b1e3.tar.gz packer-templates-72c8c6106ca6834b1263e784bdbbd7f84c27b1e3.tar.xz packer-templates-72c8c6106ca6834b1263e784bdbbd7f84c27b1e3.zip |
[ubuntu] set timezone to Europe/Berlin by default
Diffstat (limited to 'http')
-rw-r--r-- | http/ubuntu/preseed.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/ubuntu/preseed.cfg b/http/ubuntu/preseed.cfg index 7c5fdf1..a92d0dc 100644 --- a/http/ubuntu/preseed.cfg +++ b/http/ubuntu/preseed.cfg @@ -1,5 +1,5 @@ d-i debian-installer/locale string en_US -d-i time/zone string UTC +d-i time/zone string Europe/Berlin d-i keyboard-configuration/xkb-keymap select de d-i mirror/country string de |