mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
vmware: tools.conf is now provided via vyos-1x-vmware package
This commit is contained in:
parent
4e1d59d0d9
commit
27a15f8577
@ -1,14 +0,0 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
|
|
||||||
# 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)
|
|
||||||
Loading…
x
Reference in New Issue
Block a user