Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created September 30, 2023 13:34
Show Gist options
  • Save gowatana/d5b8395056aa5ea36d2120625247fd8f to your computer and use it in GitHub Desktop.
Save gowatana/d5b8395056aa5ea36d2120625247fd8f to your computer and use it in GitHub Desktop.
/etc/rc.local.d/local.sh
#!/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