From 2041f3d40f7ff7372985c64b38957d58ad5ba4bd Mon Sep 17 00:00:00 2001 From: vallard Date: Tue, 12 May 2009 20:15:26 +0000 Subject: [PATCH] initial esx.tmpl for installing ESX 3.5 hypervisor git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3364 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/rh/esx.tmpl | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 xCAT-server/share/xcat/install/rh/esx.tmpl diff --git a/xCAT-server/share/xcat/install/rh/esx.tmpl b/xCAT-server/share/xcat/install/rh/esx.tmpl new file mode 100644 index 000000000..320634961 --- /dev/null +++ b/xCAT-server/share/xcat/install/rh/esx.tmpl @@ -0,0 +1,42 @@ +install +lang en_US.UTF-8 +langsupport --default en_US.UTF-8 en_US.UTF-8 +timezone --utc "#TABLE:site:key=timezone:value#" +keyboard us +mouse genericwheelps/2 --device psaux +text +skipx +network --bootproto dhcp +firewall --enable +rootpw --iscrypted #CRYPT:passwd:key=system,username=root:password# +authconfig --enableshadow --enablemd5 +bootloader --location=mbr +reboot +url --url http://#TABLE:noderes:$NODE:nfsserver#/install/#TABLE:nodetype:$NODE:os#/#TABLE:nodetype:$NODE:arch# +zerombr yes +clearpart --all --initlabel --drives=sda +part /boot --fstype ext3 --size=100 --ondisk=sda +part / --fstype ext3 --size=1500 --ondisk=sda +part swap --size=512 --ondisk=sda +part None --fstype vmfs3 --size=900 --ondisk=sda --grow +part None --fstype vmkcore --size=100 --ondisk=sda + +#VMware specific +vmaccepteula +#Server Based: +#Standard License Type +#vmlicense --mode=server --server=27000@192.168.0.25 -edition=esxFull +#Starter License Type +#vmlicense --mode=server --server=27000@192.168.0.25 -edition=esxExpress +#File Based: +#Place the content of the lincese file +#in a single line in the %vmlicense_text section +#vmlicense --mode=file + +%packages +@base + +%pre +#INCLUDE:../scripts/pre.rh# +%post +#INCLUDE:../scripts/post.esx#