]> git.proxmox.com Git - pve-installer.git/commitdiff
enable systemd-timesyncd.service by default
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 20 Nov 2015 08:08:02 +0000 (09:08 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 20 Nov 2015 08:08:02 +0000 (09:08 +0100)
Makefile
changelog.Debian
proxinstall

index d73b5f6129fd7ec63709ad2cf38647ac38a82310..6bb8cbe917952dd5d8bccac0f5c487365083a253 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # achtung: also set release in proxinstall!
 RELEASE=4.0
 
-DEB=pve-installer_4.0-4_all.deb
+DEB=pve-installer_4.0-5_all.deb
 
 INSTALLER_SOURCES=             \
        unconfigured.sh         \
index 813b72a729468300118253e2f50888c3eecdd876..13b2ebb63a72ee9a7a26abd414db7a480ad4049b 100644 (file)
@@ -1,3 +1,9 @@
+pve-installer (4.0-5) unstable; urgency=medium
+
+  * enable systemd-timesyncd.service by default
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 20 Nov 2015 09:07:20 +0100
+
 pve-installer (4.0-4) unstable; urgency=medium
 
   * add ipv6 support
index 2bd9bf52726760f9ef3abe9f4e9c120e3ff5e182..86e0ed344f58b3d7a121edb3b8f43725230511cb 100755 (executable)
@@ -1240,6 +1240,9 @@ _EOD
        # cleanup mail queue
        syscmd ("chroot $targetdir /usr/sbin/postsuper -d ALL");
 
+       # enable NTP (timedatectl set-ntp true  does not work without DBUS)
+       syscmd ("chroot $targetdir /bin/systemctl enable systemd-timesyncd.service");
+
        unlink  "$targetdir/proxmox_install_mode";
 
        # set timezone