mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-15 09:11:30 +00:00
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user