Skip to content

Commit dc0bb64

Browse files
authored
Merge pull request #26 from slakshmanan2706/develop
doc: update firstboot file
2 parents 85b1cb9 + af528b4 commit dc0bb64

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

firstboot-scripts.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ vim-cmd hostsvc/start_ssh
99
vim-cmd hostsvc/enable_esx_shell
1010
vim-cmd hostsvc/start_esx_shell
1111

12-
# Add ntp settings
13-
esxcli system ntp set --enabled=true --server=time.vmware.com
12+
# Uncomment the line below and update the parameter to configure the NTP settings.
13+
# esxcli system ntp set --enabled=true --server=pool.ntp.org
1414

15-
# Suppress shell warnings
16-
esxcli system settings advanced set -i 1 -o /UserVars/SuppressShellWarning
15+
# Uncomment the line below to suppress shell warnings.
16+
# esxcli system settings advanced set -i 1 -o /UserVars/SuppressShellWarning
1717

18-
# Add vlan ID for VM Network
19-
esxcli network vswitch standard portgroup set --portgroup-name "VM Network" --vlan-id 3061
18+
# Uncomment the line below and update the parameter to configure the vlan settings for VM Network.
19+
# esxcli network vswitch standard portgroup set --portgroup-name "VM Network" --vlan-id 3061
2020

2121
# Generate a self-signed certificate and restart the hostd and vpxa services.
2222
/sbin/generate-certificates

0 commit comments

Comments
 (0)