summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-27 19:51:30 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-27 19:53:25 +0200
commit4d30b8b41881f925c001c0bbd464d2861c50ad4b (patch)
treeb960ee81eb511ebf125e2e04537d4df6289cd5ab /data
parentf544d75eab758f1336aa4671c398338acf4424aa (diff)
downloadvyos-build-4d30b8b41881f925c001c0bbd464d2861c50ad4b.tar.gz
vyos-build-4d30b8b41881f925c001c0bbd464d2861c50ad4b.zip
chroot: drop vmware-tool/tools.conf now shipped in vyos-1x-vmware
Diffstat (limited to 'data')
-rwxr-xr-xdata/live-build-config/hooks/live/30-openvmtools-configs.chroot14
1 files changed, 0 insertions, 14 deletions
diff --git a/data/live-build-config/hooks/live/30-openvmtools-configs.chroot b/data/live-build-config/hooks/live/30-openvmtools-configs.chroot
deleted file mode 100755
index 6d6782df..00000000
--- a/data/live-build-config/hooks/live/30-openvmtools-configs.chroot
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env python3
-
-# open-vm-tools settings
-
-import re
-
-vmtools_config = """
-[guestinfo]
- poll-interval=30
-
-"""
-
-with open('/etc/vmware-tools/tools.conf', 'w') as f:
- f.write(vmtools_config)