create partition on multipy disks when instal ubuntu

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14642 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2012-12-13 14:06:13 +00:00
parent dce9fd5bbf
commit ca4853f13f

View File

@ -33,7 +33,8 @@ d-i mirror/http/proxy string
# This creates a small /boot partition, suitable
# swap, and uses the rest of the space for the root partition:
d-i partman-auto/method strng regular
d-i partman-auto/method string regular
d-i partman-auto/disk string /dev/sda
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true