Skip to content

Commit

Permalink
Merge pull request #4991 from reegnz/bugfix/reenable-systemd-timesyncd
Browse files Browse the repository at this point in the history
Re-Added time synchronization between host/VM
  • Loading branch information
medyagh committed Aug 14, 2019
2 parents 2be6484 + 2a995a3 commit 25e057c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[Unit]
ConditionVirtualization=!oracle
2 changes: 1 addition & 1 deletion deploy/iso/minikube-iso/configs/minikube_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 25e057c

Please sign in to comment.