From 9c664611f5fbad6eedb94155ff7d5f98e43c7fa1 Mon Sep 17 00:00:00 2001 From: ertaozh Date: Sun, 9 Aug 2015 23:25:45 -0400 Subject: [PATCH] partitioning modified for pkvm3.1 --- .../share/xcat/install/pkvm/compute.pkvm3.ppc64le.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/install/pkvm/compute.pkvm3.ppc64le.tmpl b/xCAT-server/share/xcat/install/pkvm/compute.pkvm3.ppc64le.tmpl index 8a8cbcc6b..e355c3c33 100644 --- a/xCAT-server/share/xcat/install/pkvm/compute.pkvm3.ppc64le.tmpl +++ b/xCAT-server/share/xcat/install/pkvm/compute.pkvm3.ppc64le.tmpl @@ -26,7 +26,10 @@ timezone --utc "#TABLE:site:key=timezone:value#" rootpw --iscrypted #CRYPT:passwd:key=system,username=root:password# #partition / --ondisk=/dev/mapper/ibmpkvm_vg_root-ibmpkvm_lv_root -partition / --ondisk=/dev/sda +part PV.01 --ondisk=/dev/sda +volgroup ibmpkvm_rootvg PV.01 +#logvol / --vgname=VOLGROUP_NAME --noformat +#partition / --ondisk=/dev/sda #the --devicename must specify right now, but without network command, it can also work, so we delete it. #network --bootproto dhcp