From 4c16b60a0f75db93ca98439cac3cb74a95605181 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 27 Jun 2012 07:04:41 +0000 Subject: [PATCH] specify partition file: modify all compute.*.tmpl file for redhat git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13174 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/rh/compute.ppc64.tmpl | 2 ++ xCAT-server/share/xcat/install/rh/compute.rhel4.tmpl | 2 ++ xCAT-server/share/xcat/install/rh/compute.rhels6.tmpl | 2 ++ xCAT-server/share/xcat/install/rh/compute.tmpl | 2 ++ xCAT-server/share/xcat/install/rh/compute_ad.rhels6.tmpl | 2 ++ 5 files changed, 10 insertions(+) diff --git a/xCAT-server/share/xcat/install/rh/compute.ppc64.tmpl b/xCAT-server/share/xcat/install/rh/compute.ppc64.tmpl index 0c25ff2db..3709b0b8c 100644 --- a/xCAT-server/share/xcat/install/rh/compute.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/rh/compute.ppc64.tmpl @@ -32,12 +32,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 #part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/rh/compute.rhel4.tmpl b/xCAT-server/share/xcat/install/rh/compute.rhel4.tmpl index b0e9a9539..ba3c64a6a 100644 --- a/xCAT-server/share/xcat/install/rh/compute.rhel4.tmpl +++ b/xCAT-server/share/xcat/install/rh/compute.rhel4.tmpl @@ -31,11 +31,13 @@ clearpart --all --initlabel # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/rh/compute.rhels6.tmpl b/xCAT-server/share/xcat/install/rh/compute.rhels6.tmpl index 3d0fd89c6..40e2d7c89 100644 --- a/xCAT-server/share/xcat/install/rh/compute.rhels6.tmpl +++ b/xCAT-server/share/xcat/install/rh/compute.rhels6.tmpl @@ -28,12 +28,14 @@ key --skip # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 %include /tmp/partitioning #part swap --size 1024 #part / --size 1 --grow --fstype ext4 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/rh/compute.tmpl b/xCAT-server/share/xcat/install/rh/compute.tmpl index f43ae2faa..89a63d4a8 100644 --- a/xCAT-server/share/xcat/install/rh/compute.tmpl +++ b/xCAT-server/share/xcat/install/rh/compute.tmpl @@ -32,11 +32,13 @@ key --skip # Customize to fit your needs # +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 part swap --size 1024 part / --size 1 --grow --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/rh/compute_ad.rhels6.tmpl b/xCAT-server/share/xcat/install/rh/compute_ad.rhels6.tmpl index da0d02890..d44bf0d8e 100644 --- a/xCAT-server/share/xcat/install/rh/compute_ad.rhels6.tmpl +++ b/xCAT-server/share/xcat/install/rh/compute_ad.rhels6.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 /boot --size 50 --fstype ext3 %include /tmp/partitioning #part swap --size 1024 #part / --size 1 --grow --fstype ext4 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda