set default timezone

This commit is contained in:
Alexander Gabriel 2022-08-15 15:13:52 +02:00
parent fa95ba5e60
commit a1c9783258

View File

@ -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 # You may set this to any valid setting for $TZ; see the contents of
# /usr/share/zoneinfo/ for valid values. # /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 # Controls whether to use NTP to set the clock during the install
d-i clock-setup/ntp boolean true 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". # The method should be set to "raid".
#d-i partman-auto/method string raid #d-i partman-auto/method string raid
# Specify the disks to be partitioned. They will all get the same layout, # 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 #d-i partman-auto/disk string /dev/sda /dev/sdb
# Next you need to specify the physical partitions that will be used. # Next you need to specify the physical partitions that will be used.