mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
installer: Set the clock correctly when installing over network
If a system has a not very up to date clock, downloading files over HTTPS is impossible. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -46,6 +46,9 @@ case "${reason}" in
|
||||
|
||||
# Create system configuration files
|
||||
make_resolvconf
|
||||
|
||||
# Set time
|
||||
ntpdate "ntp.ipfire.org"
|
||||
;;
|
||||
|
||||
EXPIRE|FAIL|IPV4LL|NAK|NOCARRIER|RELEASE|STOP)
|
||||
|
||||
@@ -50,7 +50,7 @@ install() {
|
||||
inst_libdir_file "libnss_dns.so.*"
|
||||
|
||||
# Misc. tools
|
||||
inst_multiple chmod cut grep eject id killall md5sum touch
|
||||
inst_multiple chmod cut grep eject id killall md5sum ntpdate touch
|
||||
inst_multiple -o fdisk cfdisk df ps top
|
||||
|
||||
# Hardware IDs
|
||||
|
||||
Reference in New Issue
Block a user