From 75a3cb6aab133a57735459c99bef63d91d690a0e Mon Sep 17 00:00:00 2001 From: Reinder Kraaij <kraaij@astron.nl> Date: Wed, 23 Apr 2025 11:21:02 +0200 Subject: [PATCH] set time/zone to ETC/UTC --- infra/station/debian/preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/station/debian/preseed.cfg b/infra/station/debian/preseed.cfg index 9d888f1b1..571e59c1d 100644 --- a/infra/station/debian/preseed.cfg +++ b/infra/station/debian/preseed.cfg @@ -146,7 +146,7 @@ d-i clock-setup/utc boolean true # You may set this to any valid setting for $TZ; see the contents of # /usr/share/zoneinfo/ for valid values. -d-i time/zone string Europe/Amsterdam +d-i time/zone string Etc/UTC # Controls whether to use NTP to set the clock during the install d-i clock-setup/ntp boolean true -- GitLab