specify partition file: mify all *.tmpl files for centos

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13183 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2012-06-27 09:11:58 +00:00
parent 9cf5466c5e
commit 66171611d4
10 changed files with 20 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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