From c4a705fca2304134686c82c47d626c666b095e7b Mon Sep 17 00:00:00 2001 From: 3alpha Date: Sun, 11 Jun 2023 20:47:07 +0200 Subject: [PATCH] Update preseed_unattended.cfg time to UTC --- iso/preseeds/preseed_unattended.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iso/preseeds/preseed_unattended.cfg b/iso/preseeds/preseed_unattended.cfg index d98eb1c..36f27f6 100644 --- a/iso/preseeds/preseed_unattended.cfg +++ b/iso/preseeds/preseed_unattended.cfg @@ -26,8 +26,8 @@ d-i passwd/user-password-crypted password $6$insecur3$rnEv9Amdjn3ctXxPYOlzj/cwvL # d-i passwd/root-password-crypted password $6$insecur3$rnEv9Amdjn3ctXxPYOlzj/cwvLT43GjWzkPECIHNqd8Vvza5bMG8QqMwEIBKYqnj609D.4ngi4qlmt29dLE.71 ### Clock and time zone setup -d-i clock-setup/utc boolean false -d-i time/zone string Europe/Berlin +d-i clock-setup/utc boolean true +d-i time/zone string UTC d-i clock-setup/ntp boolean true ### Partitioning