Set a standard NTP server
This commit is contained in:
parent
3db24290cb
commit
cf30326d68
|
@ -143,7 +143,7 @@ d-i time/zone string Europe/Paris
|
||||||
|
|
||||||
## Use NTP to set time
|
## Use NTP to set time
|
||||||
d-i clock-setup/ntp boolean true
|
d-i clock-setup/ntp boolean true
|
||||||
d-i clock-setup/ntp-server string ntp.univ-rennes1.fr
|
d-i clock-setup/ntp-server string 0.fr.pool.ntp.org
|
||||||
|
|
||||||
################################################################## ]]]
|
################################################################## ]]]
|
||||||
## Disk Partitioning/Boot loader [[[
|
## Disk Partitioning/Boot loader [[[
|
||||||
|
|
|
@ -143,7 +143,7 @@ d-i time/zone string Europe/Paris
|
||||||
|
|
||||||
## Use NTP to set time
|
## Use NTP to set time
|
||||||
d-i clock-setup/ntp boolean true
|
d-i clock-setup/ntp boolean true
|
||||||
d-i clock-setup/ntp-server string ntp.univ-rennes1.fr
|
d-i clock-setup/ntp-server string 0.fr.pool.ntp.org
|
||||||
|
|
||||||
################################################################## ]]]
|
################################################################## ]]]
|
||||||
## Disk Partitioning/Boot loader [[[
|
## Disk Partitioning/Boot loader [[[
|
||||||
|
|
Loading…
Reference in New Issue