increased root partition for esx3.5u4

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3431 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
vallard 2009-05-21 18:33:29 +00:00
parent 20faebf2c8
commit 9a97a983fe

View File

@ -16,8 +16,8 @@ url --url http://#TABLE:noderes:$NODE:nfsserver#/install/#TABLE:nodetype:$NODE:o
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 / --fstype ext3 --size=2048 --ondisk=sda
part swap --size=2048 --ondisk=sda
part None --fstype vmfs3 --size=900 --ondisk=sda --grow
part None --fstype vmkcore --size=100 --ondisk=sda