-
-
Save gowatana/d5b8395056aa5ea36d2120625247fd8f to your computer and use it in GitHub Desktop.
/etc/rc.local.d/local.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh ++group=host/vim/vmvisor/boot | |
# local configuration options | |
# Note: modify at your own risk! If you do/use anything in this | |
# script that is not part of a stable API (relying on files to be in | |
# specific places, specific tools, specific output, etc) there is a | |
# possibility you will end up with a broken system after patching or | |
# upgrading. Changes are not supported unless under direction of | |
# VMware support. | |
# Note: This script will not be run when UEFI secure boot is enabled. | |
esxcfg-vswitch -P vusb0 -V 5046675 infra-vds-01 | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment