diff --git a/src/installer/dracut-module/70-dhcpcd.exe b/src/installer/dracut-module/70-dhcpcd.exe index 660f26941..d801c8ada 100755 --- a/src/installer/dracut-module/70-dhcpcd.exe +++ b/src/installer/dracut-module/70-dhcpcd.exe @@ -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) diff --git a/src/installer/dracut-module/module-setup.sh b/src/installer/dracut-module/module-setup.sh index 103f754e9..ef4b15bdc 100755 --- a/src/installer/dracut-module/module-setup.sh +++ b/src/installer/dracut-module/module-setup.sh @@ -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