# SPDX-Version: 3.0 # SPDX-CreationInfo: 2025-05-05; WEIDNER, Marc S.; # SPDX-ExternalRef: GIT https://git.coresecret.dev/msw/CISS.debian.live.builder.git # SPDX-FileContributor: WEIDNER, Marc S.; Centurion Intelligence Consulting Agency # SPDX-FileCopyrightText: 2024-2025; WEIDNER, Marc S.; # SPDX-FileType: SOURCE # SPDX-License-Identifier: EUPL-1.2 OR LicenseRef-CCLA-1.0 # SPDX-LicenseComment: This file is part of the CISS.debian.installer.secure framework. # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu ########################################################################################### # Time settings # ########################################################################################### # Germany : https://www.ptb.de/cms/ptb/fachabteilungen/abtq/gruppe-q4/ref-q42/zeitsynchronisation-von-rechnern-mit-hilfe-des-network-time-protocol-ntp.html # Germany : ptbtime1.ptb.de ptbtime2.ptb.de ptbtime3.ptb.de # Portugal : https://si.tecnico.ulisboa.pt/en/servicos/servidores-e-dados/ntp/ # Portugal : ntp1.tecnico.ulisboa.pt ntp2.tecnico.ulisboa.pt # Switzerland : https://www.metas.ch/metas/de/home/fabe/zeit-und-frequenz/time-dissemination.html # Switzerland : ntp11.metas.ch ntp12.metas.ch ntp13.metas.ch # USA : https://tf.nist.gov/tf-cgi/servers.cgi # USA : time-a-g.nist.gov time-c-b.nist.gov utcnist3.colorado.edu d-i clock-setup/ntp-server string ntp.ripe.net ptbtime3.ptb.de ptbtime2.ptb.de ntp12.metas.ch ntp2.tecnico.ulisboa.pt time-c-b.nist.gov # Controls whether or not the hardware clock is set to UTC: d-i clock-setup/utc boolean true # Any valid setting for $TZ; see the contents of /usr/share/zoneinfo/ for valid values: d-i time/zone string Europe/Lisbon # Controls whether to use NTP to set the clock during the install: d-i clock-setup/ntp boolean true # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh