A SERVICE OF

logo

ESX Server 3 and VirtualCenter Installation Guide
116 VMware, Inc.
# Text Mode
text
# Network install type
network --device eth0 --bootproto dhcp
# Language
lang en_US
# Language Support
langsupport --default en_US
# Keyboard
keyboard us
# Mouse
mouse generic3ps/2 --device psaux
# Reboot after install ?
reboot
# Clear Partitions
clearpart --all --initlabel --drives=sda
# Partitioning
part /boot --fstype ext3 --size=100 --ondisk=sda
part / --fstype ext3 --size=1500 --ondisk=sda
part None --fstype vmkcore --size=100 --ondisk=sda
part None --fstype vmfs3 --size=900 --grow --maxsize=2500 --ondisk=sda
part swap --size=256 --grow --maxsize=512 --ondisk=sda
#VMware Specific Commands
vmaccepteula
vmlicense --mode=server --server=27000@license.vmware.com
--edition=esxFull --features= backup
%packages
@ base
%post