Merge pull request #4991 from reegnz/bugfix/reenable-systemd-timesyncd
Re-Added time synchronization between host/VMpull/5056/head
commit
25e057cee3
|
|
@ -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