From ca4853f13fc0a1deac14e3dbcba7a805279825ea Mon Sep 17 00:00:00 2001 From: xq2005 Date: Thu, 13 Dec 2012 14:06:13 +0000 Subject: [PATCH] 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 --- xCAT-server/share/xcat/install/ubuntu/compute.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/install/ubuntu/compute.tmpl b/xCAT-server/share/xcat/install/ubuntu/compute.tmpl index b2946df6d..ac94520da 100644 --- a/xCAT-server/share/xcat/install/ubuntu/compute.tmpl +++ b/xCAT-server/share/xcat/install/ubuntu/compute.tmpl @@ -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