Skip to content

Commit 962a610

Browse files
committed
use correct timezone on bookworm imaging
US/Eastern works on bookworm, but America/Detroit works on every version. Remove a needless difference between bookworm and trixie preseeds.
1 parent 7f6e7c2 commit 962a610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/virtual_machine/bookworm.cfg.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ d-i clock-setup/utc boolean true
152152

153153
# You may set this to any valid setting for $TZ; see the contents of
154154
# /usr/share/zoneinfo/ for valid values.
155-
d-i time/zone string US/Eastern
155+
d-i time/zone string America/Detroit
156156

157157
# Controls whether to use NTP to set the clock during the install
158158
d-i clock-setup/ntp boolean true

0 commit comments

Comments
 (0)