diff --git a/xCAT-server/share/xcat/install/centos/all.tmpl b/xCAT-server/share/xcat/install/centos/all.tmpl index 06f62f972..aad9e396b 100644 --- a/xCAT-server/share/xcat/install/centos/all.tmpl +++ b/xCAT-server/share/xcat/install/centos/all.tmpl @@ -32,10 +32,12 @@ clearpart --all --initlabel # /boot is strongly recommended # +#XCAT_PARTITION_START# #No RAID part /boot --size 50 --ondisk sda --fstype ext3 part swap --size 1024 --ondisk sda part / --size 6000 --grow --ondisk sda --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/centos/compute.centos6.tmpl b/xCAT-server/share/xcat/install/centos/compute.centos6.tmpl index 70c138ea7..4cdbdd6e2 100644 --- a/xCAT-server/share/xcat/install/centos/compute.centos6.tmpl +++ b/xCAT-server/share/xcat/install/centos/compute.centos6.tmpl @@ -27,11 +27,12 @@ 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 %include /tmp/partitioning - +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/centos/compute.tmpl b/xCAT-server/share/xcat/install/centos/compute.tmpl index b0e9a9539..ba3c64a6a 100644 --- a/xCAT-server/share/xcat/install/centos/compute.tmpl +++ b/xCAT-server/share/xcat/install/centos/compute.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/centos/iscsi.centos6.tmpl b/xCAT-server/share/xcat/install/centos/iscsi.centos6.tmpl index ce9b9689f..d8da59e03 100644 --- a/xCAT-server/share/xcat/install/centos/iscsi.centos6.tmpl +++ b/xCAT-server/share/xcat/install/centos/iscsi.centos6.tmpl @@ -35,10 +35,12 @@ key --skip iscsiname #TABLE:nodelist:$NODE:node# iscsi --ipaddr #TABLE:iscsi:$NODE:server# --user "#TABLEBLANKOKAY:iscsi:$NODE:userid#" --password "#TABLEBLANKOKAY:iscsi:$NODE:passwd#" +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 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/centos/iscsi.tmpl b/xCAT-server/share/xcat/install/centos/iscsi.tmpl index 5559ed194..eca0d3203 100644 --- a/xCAT-server/share/xcat/install/centos/iscsi.tmpl +++ b/xCAT-server/share/xcat/install/centos/iscsi.tmpl @@ -35,10 +35,12 @@ key --skip iscsiname #TABLE:nodelist:$NODE:node# iscsi --ipaddr #TABLE:iscsi:$NODE:server# --user "#TABLEBLANKOKAY:iscsi:$NODE:userid#" --password "#TABLEBLANKOKAY:iscsi:$NODE:passwd#" +#XCAT_PARTITION_START# #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 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/centos/kvm.centos6.tmpl b/xCAT-server/share/xcat/install/centos/kvm.centos6.tmpl index 5f8a6dd75..72e8f16c9 100644 --- a/xCAT-server/share/xcat/install/centos/kvm.centos6.tmpl +++ b/xCAT-server/share/xcat/install/centos/kvm.centos6.tmpl @@ -27,10 +27,12 @@ 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 %include /tmp/partitioning +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/centos/storage.centos6.tmpl b/xCAT-server/share/xcat/install/centos/storage.centos6.tmpl index 390101660..00cef0561 100644 --- a/xCAT-server/share/xcat/install/centos/storage.centos6.tmpl +++ b/xCAT-server/share/xcat/install/centos/storage.centos6.tmpl @@ -34,10 +34,12 @@ clearpart --all --initlabel # /boot is strongly recommended # +#XCAT_PARTITION_START# #No RAID part /boot --size 100 --ondisk sda --fstype ext3 part swap --size 2048 --ondisk sda part / --size 6000 --grow --ondisk sda --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/centos/storage.tmpl b/xCAT-server/share/xcat/install/centos/storage.tmpl index bc4ec3c15..f869c19c8 100644 --- a/xCAT-server/share/xcat/install/centos/storage.tmpl +++ b/xCAT-server/share/xcat/install/centos/storage.tmpl @@ -34,10 +34,12 @@ clearpart --all --initlabel # /boot is strongly recommended # +#XCAT_PARTITION_START# #No RAID part /boot --size 100 --ondisk sda --fstype ext3 part swap --size 2048 --ondisk sda part / --size 6000 --grow --ondisk sda --fstype ext3 +#XCAT_PARTITION_END# #RAID 0 /scr for performance #part / --size 1024 --ondisk sda diff --git a/xCAT-server/share/xcat/install/centos/xen.centos6.tmpl b/xCAT-server/share/xcat/install/centos/xen.centos6.tmpl index 6f4550da5..cdbf5dd61 100644 --- a/xCAT-server/share/xcat/install/centos/xen.centos6.tmpl +++ b/xCAT-server/share/xcat/install/centos/xen.centos6.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/centos/xen.tmpl b/xCAT-server/share/xcat/install/centos/xen.tmpl index 100d13962..773a35a85 100644 --- a/xCAT-server/share/xcat/install/centos/xen.tmpl +++ b/xCAT-server/share/xcat/install/centos/xen.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