Skip to content

Instantly share code, notes, and snippets.

@gowatana
Last active January 5, 2018 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/fa7a89ea3ab02eae0f42e781ee3bc787 to your computer and use it in GitHub Desktop.
Save gowatana/fa7a89ea3ab02eae0f42e781ee3bc787 to your computer and use it in GitHub Desktop.
ESXi Kickstart サンプル。
# ESXi Kickstart sample.
vmaccepteula
rootpw VMware1!
keyboard Japanese
install --firstdisk --overwritevmfs
network --bootproto=dhcp --device=vmnic0 --vlanid=1011
reboot
%firstboot --interpreter=busybox
# enable SSH
vim-cmd hostsvc/enable_ssh
vim-cmd hostsvc/start_ssh
# enable ESXi Shell
vim-cmd hostsvc/enable_esx_shell
vim-cmd hostsvc/start_esx_shell
esxcli system settings advanced set -o /UserVars/SuppressShellWarning -i 1
@gowatana
Copy link
Author

gowatana commented Jan 5, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment