Reenable systemd-timesyncd, except on virtualbox
This commit attempts to add back the missing time synchronization feature to Minikube that was removed earlier with #3476. As mentioned in #1378 we have an alternative solution for time synchronization for Oracle VirtualBox, so there we don't want to enable systemd-timesyncd. We are using systemd conditional activation on systemd-timesyncd and exclude systems that have an oracle hypervisor hosting the vm (currently that's virtualbox for our purposes).pull/4991/head
parent
40a1a986a5
commit
2a995a3fe6
|
@ -0,0 +1,2 @@
|
|||
[Unit]
|
||||
ConditionVirtualization=!oracle
|
|
@ -59,4 +59,4 @@ BR2_TARGET_ROOTFS_ISO9660=y
|
|||
BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU="$(BR2_EXTERNAL_MINIKUBE_PATH)/board/coreos/minikube/isolinux.cfg"
|
||||
BR2_TARGET_SYSLINUX=y
|
||||
BR2_PACKAGE_HOST_E2TOOLS=y
|
||||
BR2_PACKAGE_SYSTEMD_TIMESYNCD=n
|
||||
BR2_PACKAGE_SYSTEMD_TIMESYNCD=y
|
||||
|
|
Loading…
Reference in New Issue