From a1c9783258137c0b7999776136fa0e493331874b Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Mon, 15 Aug 2022 15:13:52 +0200 Subject: [PATCH] set default timezone --- templates/preseed.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/preseed.cfg.j2 b/templates/preseed.cfg.j2 index 9455b25..0f86b36 100644 --- a/templates/preseed.cfg.j2 +++ b/templates/preseed.cfg.j2 @@ -143,7 +143,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 {{ debianunattended_time_zone }} +d-i time/zone string {{ debianunattended_time_zone | default('EU/Berlin') }} # Controls whether to use NTP to set the clock during the install d-i clock-setup/ntp boolean true @@ -255,7 +255,7 @@ d-i partman/confirm_nooverwrite boolean true # The method should be set to "raid". #d-i partman-auto/method string raid # Specify the disks to be partitioned. They will all get the same layout, -# so this will only work if the disks are the same size. +# so this will only work if the disks are the same size.preseed #d-i partman-auto/disk string /dev/sda /dev/sdb # Next you need to specify the physical partitions that will be used.