Skip to content

Commit

Permalink
Merge pull request #577 from dappnode/3alpha/set-utc
Browse files Browse the repository at this point in the history
Update preseed_unattended.cfg time to UTC
  • Loading branch information
3alpha authored Jun 12, 2023
2 parents b0a80e5 + c4a705f commit c8ea14d
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 c8ea14d

Please sign in to comment.