Skip to content

Commit

Permalink
Update preseed_unattended.cfg time to UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
3alpha authored Jun 11, 2023
1 parent b0a80e5 commit c4a705f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iso/preseeds/preseed_unattended.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4a705f

Please sign in to comment.