From 1e899c10eb8f00460ab977a40e0350820f2597d9 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Thu, 29 Nov 2012 02:40:15 +0000 Subject: [PATCH] specify partition files for redhat 6 on ppc64, bug 3187 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14466 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl b/xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl index b789b611e..93cb5cf59 100644 --- a/xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl @@ -29,12 +29,14 @@ key --skip # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? part None --fstype "PPC PReP Boot" --size 8 --ondisk sda #part /boot --size 200 --fstype ext4 part swap --size 1024 --ondisk sda part / --size 1 --grow --fstype ext4 --ondisk sda +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda