Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bash/esxi_ks_injector/KS-TEMPLATE.CFG
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ vim-cmd hostsvc/start_esx_shell

# Suppress Shell warning
esxcli system settings advanced set -o /UserVars/SuppressShellWarning -i 1
esxcli system settings advanced set -o /UserVars/HostClientCEIPOptIn -i 2
esxcli system settings advanced set -o /UserVars/SuppressHyperthreadWarning -i 1

# NTP
esxcli system ntp set -s de.pool.ntp.org
Expand Down